GeometryHelper.FlattenCubicBezier 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static void FlattenCubicBezier(System::Collections::Generic::List<Microsoft::Maui::Graphics::Point> ^ points, Microsoft::Maui::Graphics::Point ptStart, Microsoft::Maui::Graphics::Point ptCtrl1, Microsoft::Maui::Graphics::Point ptCtrl2, Microsoft::Maui::Graphics::Point ptEnd, double tolerance);
public static void FlattenCubicBezier (System.Collections.Generic.List<Microsoft.Maui.Graphics.Point> points, Microsoft.Maui.Graphics.Point ptStart, Microsoft.Maui.Graphics.Point ptCtrl1, Microsoft.Maui.Graphics.Point ptCtrl2, Microsoft.Maui.Graphics.Point ptEnd, double tolerance);
static member FlattenCubicBezier : System.Collections.Generic.List<Microsoft.Maui.Graphics.Point> * Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Point * double -> unit
Public Shared Sub FlattenCubicBezier (points As List(Of Point), ptStart As Point, ptCtrl1 As Point, ptCtrl2 As Point, ptEnd As Point, tolerance As Double)
参数
- ptStart
- Point
- ptCtrl1
- Point
- ptCtrl2
- Point
- ptEnd
- Point
- tolerance
- Double