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