Share via


ArcSegment Constructors

Definition

Overloads

ArcSegment()
ArcSegment(Point, Size, Double, SweepDirection, Boolean)

ArcSegment()

public ArcSegment ();

Applies to

ArcSegment(Point, Size, Double, SweepDirection, Boolean)

public ArcSegment (Xamarin.Forms.Point point, Xamarin.Forms.Size size, double rotationAngle, Xamarin.Forms.SweepDirection sweepDirection, bool isLargeArc);
new Xamarin.Forms.Shapes.ArcSegment : Xamarin.Forms.Point * Xamarin.Forms.Size * double * Xamarin.Forms.SweepDirection * bool -> Xamarin.Forms.Shapes.ArcSegment

Parameters

point
Point
size
Size
rotationAngle
System.Double
sweepDirection
SweepDirection
isLargeArc
System.Boolean

Applies to