Click or drag to resize

LocationTransform Method

Transform location by a specified matrix.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public Location Transform(
	Matrix m
)

Parameters

m
Type: Easymap.AddIn.Common.GraphicsMatrix
Matrix on which will be transformed.

Return Value

Type: Location
Returns a transformed location.
See Also