Translate Method (Region)
In This Topic
Offsets the coordinates of this Region object by the specified amount.
Syntax
'Declaration
Public Sub Translate( _
ByVal As Integer, _
ByVal As Integer _
)
public void Translate(
int ,
int
)
Parameters
- dx
- The amount to offset this Region object horizontally.
- dy
- The amount to offset this Region object vertically.
See Also