'Declaration Public Overloads Overridable 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, _
ByVal startCapA line cap that should be used for drawing of start cap of line.As DrawingLineCap, _
ByVal endCapA line cap that should be used for drawing of end cap of line.As DrawingLineCap _
) As System.Drawing.RectangleF
public virtual System.Drawing.RectangleF GetBounds(
IDrawingPen pen,
Vintasoft.Imaging.AffineMatrix transform,
DrawingLineCap startCap,
DrawingLineCap endCap
)
public: virtual System.Drawing.RectangleF* GetBounds(
IDrawingPen* pen,
Vintasoft.Imaging.AffineMatrix* transform,
DrawingLineCap* startCap,
DrawingLineCap* endCap
)
public:
virtual System.Drawing.RectangleF^ GetBounds(
IDrawingPen^ pen,
Vintasoft.Imaging.AffineMatrix^ transform,
DrawingLineCap^ startCap,
DrawingLineCap^ endCap
)
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.
- startCap
- A line cap that should be used for drawing of start cap of line.
- endCap
- A line cap that should be used for drawing of end cap of line.
Return Value
A System.Drawing.RectangleF that represents a rectangle that bounds this graphics path.