Summary
Creates a rectangle geometry implementation.
- Namespace
- Avalonia
.Platform - Containing Type
- I
Platform Render Interface
Syntax
IGeometryImpl CreateRectangleGeometry(Rect rect)
Parameters
Name | Type | Description |
---|---|---|
rect | Rect | The bounds of the rectangle. |
Return Value
Type | Description |
---|---|
IGeometryImpl | A rectangle. |