Piccolo.NET

PMatrix.Transform Method (RectangleF)

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

public virtual RectangleF Transform(
   RectangleF rect
);

Parameters

rect
The rectangle to transform.

Return Value

The transformed rectangle.

See Also

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