Click or drag to resize

LocationTranslate Method

Translate a location by specified x and y value.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public Location Translate(
	float dx,
	float dy
)

Parameters

dx  Single
The x value by which to translate.
dy  Single
The y value by which to translate.

Return Value

Location
Returns a translated location.
See Also