Summary
Draws a geometry.
- Namespace
- Avalonia
.Media - Containing Type
- DrawingContext
Syntax
public void DrawGeometry(IBrush brush, IPen pen, IGeometryImpl geometry)
Parameters
Name | Type | Description |
---|---|---|
brush | IBrush | The fill brush. |
pen | IPen | The stroke pen. |
geometry | IGeometryImpl | The geometry. |
Return Value
Type | Description |
---|---|
void |