Summary
Gets the geometry's bounding rectangle with the specified pen.
- Namespace
- Avalonia
.Platform - Containing Type
- IGeometryImpl
Syntax
Rect GetRenderBounds(IPen pen)
Parameters
Name | Type | Description |
---|---|---|
pen | IPen | The pen to use. May be null. |
Return Value
Type | Description |
---|---|
Rect | The bounding rectangle. |