Share via


ArcSegment Constructors

Definition

Overloads

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

ArcSegment()

public:
 ArcSegment();
public ArcSegment ();
Public Sub New ()

Applies to

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

public:
 ArcSegment(Microsoft::Maui::Graphics::Point point, Microsoft::Maui::Graphics::Size size, double rotationAngle, Microsoft::Maui::Controls::SweepDirection sweepDirection, bool isLargeArc);
public ArcSegment (Microsoft.Maui.Graphics.Point point, Microsoft.Maui.Graphics.Size size, double rotationAngle, Microsoft.Maui.Controls.SweepDirection sweepDirection, bool isLargeArc);
new Microsoft.Maui.Controls.Shapes.ArcSegment : Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Size * double * Microsoft.Maui.Controls.SweepDirection * bool -> Microsoft.Maui.Controls.Shapes.ArcSegment
Public Sub New (point As Point, size As Size, rotationAngle As Double, sweepDirection As SweepDirection, isLargeArc As Boolean)

Parameters

point
Point
size
Size
rotationAngle
Double
sweepDirection
SweepDirection
isLargeArc
Boolean

Applies to