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: 12.3.0.0
Syntax
public Location Transform(
	Matrix m
)

Parameters

m  Matrix
Matrix on which will be transformed.

Return Value

Location
Returns a transformed location.
See Also