StreamGeometryContext.

BeginFigure(Point, bool) Method

Summary

Begins a new figure.
Namespace
Avalonia.Media
Containing Type
StreamGeometryContext

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