GraphicsPath.GetBounds
Contents
[
Hide
]GetBounds(Matrix)
Gets the object’s bounds.
public override RectangleF GetBounds(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The matrix to apply before bounds will be calculated. |
Return Value
The estimated object’s bounds.
See Also
- struct RectangleF
- class Matrix
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
GetBounds(Matrix, Pen)
Gets the object’s bounds.
public override RectangleF GetBounds(Matrix matrix, Pen pen)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The matrix to apply before bounds will be calculated. |
pen | Pen | The pen to use for object. This can influence the object’s bounds size. |
Return Value
The estimated object’s bounds.
See Also
- struct RectangleF
- class Matrix
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging