次の方法で共有


GeometryHelper.FlattenArc Method

Definition

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

Applies to