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