GeometryHelper.FlattenQuadraticBezier 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 FlattenQuadraticBezier (System.Collections.Generic.List<Xamarin.Forms.Point> points, Xamarin.Forms.Point ptStart, Xamarin.Forms.Point ptCtrl, Xamarin.Forms.Point ptEnd, double tolerance);
static member FlattenQuadraticBezier : System.Collections.Generic.List<Xamarin.Forms.Point> * Xamarin.Forms.Point * Xamarin.Forms.Point * Xamarin.Forms.Point * double -> unit
Parameters
- points
- System.Collections.Generic.List<Point>
- ptStart
- Point
- ptCtrl
- Point
- ptEnd
- Point
- tolerance
- System.Double