Piccolo.NET

PMatrix.InverseTransform Method

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

Overload List

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

public virtual PointF InverseTransform(PointF);

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

public virtual RectangleF InverseTransform(RectangleF);

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

public virtual SizeF InverseTransform(SizeF);

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace