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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.