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