ArcSegment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ArcSegment() | |
ArcSegment(Point, Size, Double, SweepDirection, Boolean) |
ArcSegment()
- Source:
- ArcSegment.cs
- Source:
- ArcSegment.cs
public:
ArcSegment();
public ArcSegment ();
Public Sub New ()
Applies to
ArcSegment(Point, Size, Double, SweepDirection, Boolean)
- Source:
- ArcSegment.cs
- Source:
- ArcSegment.cs
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.