'Declaration Public Overloads Shared Function TransformRect( _
ByVal rectThe rectangle.As System.Drawing.RectangleF, _
ByVal matrixThe affine matrix.As Vintasoft.Imaging.AffineMatrix _
) As System.Drawing.RectangleF
public static System.Drawing.RectangleF TransformRect(
System.Drawing.RectangleF rect,
Vintasoft.Imaging.AffineMatrix matrix
)
public: static System.Drawing.RectangleF* TransformRect(
System.Drawing.RectangleF* rect,
Vintasoft.Imaging.AffineMatrix* matrix
)
public:
static System.Drawing.RectangleF^ TransformRect(
System.Drawing.RectangleF^ rect,
Vintasoft.Imaging.AffineMatrix^ matrix
)
Parameters
- rect
- The rectangle.
- matrix
- The affine matrix.
Return Value
The bounding box of transformed rectangle.