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()
public ArcSegment ();
Applies to
ArcSegment(Point, Size, Double, SweepDirection, Boolean)
public ArcSegment (Xamarin.Forms.Point point, Xamarin.Forms.Size size, double rotationAngle, Xamarin.Forms.SweepDirection sweepDirection, bool isLargeArc);
new Xamarin.Forms.Shapes.ArcSegment : Xamarin.Forms.Point * Xamarin.Forms.Size * double * Xamarin.Forms.SweepDirection * bool -> Xamarin.Forms.Shapes.ArcSegment
Parameters
- point
- Point
- size
- Size
- rotationAngle
- System.Double
- sweepDirection
- SweepDirection
- isLargeArc
- System.Boolean