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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI