Transform location by a specified matrix.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic Location Transform(
Matrix m
)
Public Function Transform (
m As Matrix
) As Location
Parameters
- m Matrix
- Matrix on which will be transformed.
Return Value
LocationReturns a transformed location.
See Also