In This Topic
Moves the map with the specified offsets.
Syntax
'Declaration
Public Sub Translate( _
ByVal As Single, _
ByVal As Single _
)
public void Translate(
float ,
float
)
Parameters
- dx
- The offset pixels in horizontal.
- dy
- The offset pixels in vertical.
See Also