Piccolo.NET

PMatrix.Transform Method (PointF)

Applies the geometric transform represented by this PMatrix object to the given point.

public virtual PointF Transform(
   PointF point
);

Parameters

point
The point to transform.

Return Value

The transformed point.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace | PMatrix.Transform Overload List