Summary
Begins a new figure.
- Namespace
- Avalonia
.Media - Containing Type
- Stream
Geometry Context
Syntax
public void BeginFigure(Point startPoint, bool isFilled)
Parameters
Name | Type | Description |
---|---|---|
startPoint | Point | The starting point for the figure. |
isFilled | bool | Whether the figure is filled. |
Return Value
Type | Description |
---|---|
void |