Transform location by a specified matrix.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public Location Transform(
Matrix m
)
Public Function Transform (
m As Matrix
) As Location
Parameters
- m
- Type: Easymap.AddIn.Common.GraphicsMatrix
Matrix on which will be transformed.
Return Value
Type:
LocationReturns a transformed location.
See Also