Translate Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Translates (moves) the most recently drawn image by the specified amount on the drawing surface.

Namespace:  Microsoft.SPOT.Presentation.Media
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub Translate ( _
    dx As Integer, _
    dy As Integer _
)
public void Translate(
    int dx,
    int dy
)
public:
void Translate(
    int dx, 
    int dy
)
member Translate : 
        dx:int * 
        dy:int -> unit 
public function Translate(
    dx : int, 
    dy : int
)

Parameters

Remarks

The horizontal and vertical translations are relative to the upper left point of the image.

.NET Framework Security

See Also

Reference

DrawingContext Class

Microsoft.SPOT.Presentation.Media Namespace