'Declaration Public Overloads Overridable Function GetBounds( _
ByVal transformThe AffineMatrix that specifies a transformation to be applied to this path before the bounding rectangle is calculated.As Vintasoft.Imaging.AffineMatrix _
) As System.Drawing.RectangleF
public virtual System.Drawing.RectangleF GetBounds(
Vintasoft.Imaging.AffineMatrix transform
)
public: virtual System.Drawing.RectangleF* GetBounds(
Vintasoft.Imaging.AffineMatrix* transform
)
public:
virtual System.Drawing.RectangleF^ GetBounds(
Vintasoft.Imaging.AffineMatrix^ transform
)
Parameters
- transform
- The AffineMatrix that specifies a transformation to be applied to this path before the bounding rectangle is calculated.
Return Value
A System.Drawing.RectangleF that represents a rectangle that bounds this graphics path.