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