Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- dx
Type: System. . :: . .Int32
The horizontal distance to translate the image.
- dy
Type: System. . :: . .Int32
The vertical distance to translate the image.
Remarks
The horizontal and vertical translations are relative to the upper left point of the image.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.