Click or drag to resize

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: 11.2.0.0
Syntax
public PointF TransformPoint(
	PointF pt,
	Matrix m
)

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: PointF
Retrurns a transformed System.Drawing.PointF
See Also