Piccolo.NET

PMatrix.Transform Method

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

Overload List

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

public virtual PointF Transform(PointF);

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

public virtual RectangleF Transform(RectangleF);

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

public virtual SizeF Transform(SizeF);

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace