IGeometryContext.

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

Summary

Draws an arc to the specified point.
Namespace
Avalonia.Platform
Containing Type
IGeometryContext

Syntax

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

Parameters

Name Type Description
point Point The destination point.
size Size The radii of an oval whose perimeter is used to draw the angle.
rotationAngle double The rotation angle of the oval that specifies the curve.
isLargeArc bool true to draw the arc greater than 180 degrees; otherwise, false.
sweepDirection SweepDirection A value that indicates whether the arc is drawn in the Clockwise or Counterclockwise direction.

Return Value

Type Description
void