Translate a location by specified x and y value.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic Location Translate(
float dx,
float dy
)
Public Function Translate (
dx As Single,
dy As Single
) As Location
Parameters
- dx
- Type: SystemSingle
The x value by which to translate. - dy
- Type: SystemSingle
The y value by which to translate.
Return Value
Type:
LocationReturns a translated location.
See Also