Transform location by a specified matrix.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic 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