LocationTransformPoint Method (PointF, Matrix) |
Transforms a System.Drawing.PointF from a specified matrix.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public PointF TransformPoint(
PointF pt,
Matrix m
)
Public Function TransformPoint (
pt As PointF,
m As Matrix
) As PointF
Parameters
- pt
- Type: System.DrawingPointF
PointF which will be transformed. - m
- Type: Easymap.AddIn.Common.GraphicsMatrix
Matrix which will transform the point.
Return Value
Type:
PointFRetrurns a transformed System.Drawing.PointF
See Also