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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.