LocationTransformPoint(PointF, Matrix) Method |
Transforms a Easymap.AddIn.Common.Graphics.Point from a specified matrix.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic PointF TransformPoint(
PointF pt,
Matrix m
)
Public Function TransformPoint (
pt As PointF,
m As Matrix
) As PointF
Parameters
- pt PointF
- PointF which will be transformed.
- m Matrix
- Matrix which will transform the point.
Return Value
PointFRetrurns a transformed Easymap.AddIn.Common.Graphics.PointF.
See Also