Summary
Begins a new figure.
- Namespace
- Avalonia
.Platform - Containing Type
- IGeometryContext
Syntax
void BeginFigure(Point startPoint, bool isFilled = true)
Parameters
Name | Type | Description |
---|---|---|
startPoint | Point | The starting point for the figure. |
isFilled | bool | Whether the figure is filled. |
Return Value
Type | Description |
---|---|
void |