Translate the region.
Syntax

[C#]

void Translate(double dx, double dy);

[Visual Basic]

Sub Translate(dx As Double, dy As Double)
Params
Name Description
dx The horizontal translation to apply.
dy The vertical translation to apply.
Notes

None.

Example

None.