Click or drag to resize

LocationTransformPoint(PointF, Matrix) Method

Transforms a System.Drawing.PointF from a specified matrix.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public PointF TransformPoint(
	PointF pt,
	Matrix m
)

Parameters

pt  PointF
PointF which will be transformed.
m  Matrix
Matrix which will transform the point.

Return Value

PointF
Retrurns a transformed System.Drawing.PointF
See Also