[]
Returns a rectangle that bounds this path.
public RectangleF GetBounds()
| Type | Description |
|---|---|
| RectangleF | A rectangle that represents this path bounds. |
Returns a rectangle that bounds this path when this path is transformed by the specified matrix.
public RectangleF GetBounds(Matrix3x2 worldTransform)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | worldTransform | The transform to apply to this path before calculating its bounds. |
| Type | Description |
|---|---|
| RectangleF | A rectangle that represents this path bounds. |