'Declaration Public Overloads Function GetBounds( _
ByVal penA IDrawingPen that should be used for drawing of the IGraphicsPath.As IDrawingPen, _
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 System.Drawing.RectangleF GetBounds(
IDrawingPen pen,
Vintasoft.Imaging.AffineMatrix transform
)
public: System.Drawing.RectangleF* GetBounds(
IDrawingPen* pen,
Vintasoft.Imaging.AffineMatrix* transform
)
public:
System.Drawing.RectangleF^ GetBounds(
IDrawingPen^ pen,
Vintasoft.Imaging.AffineMatrix^ transform
)
Parameters
- pen
- A IDrawingPen that should be used for drawing of the IGraphicsPath.
- 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.