PathGeometryContext.

ArcTo(Point, Size, double, bool, SweepDirection) Method

Syntax

public void ArcTo(Point point, Size size, double rotationAngle, bool isLargeArc, SweepDirection sweepDirection)

Parameters

Name Type Description
point Point
size Size
rotationAngle double
isLargeArc bool
sweepDirection SweepDirection

Return Value

Type Description
void