GeometryHelper.FlattenArc Method
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.
public static void FlattenArc (System.Collections.Generic.List<Xamarin.Forms.Point> points, Xamarin.Forms.Point pt1, Xamarin.Forms.Point pt2, double radiusX, double radiusY, double angleRotation, bool isLargeArc, bool isCounterclockwise, double tolerance);
static member FlattenArc : System.Collections.Generic.List<Xamarin.Forms.Point> * Xamarin.Forms.Point * Xamarin.Forms.Point * double * double * double * bool * bool * double -> unit
Parameters
- points
- System.Collections.Generic.List<Point>
- pt1
- Point
- pt2
- Point
- radiusX
- System.Double
- radiusY
- System.Double
- angleRotation
- System.Double
- isLargeArc
- System.Boolean
- isCounterclockwise
- System.Boolean
- tolerance
- System.Double