GraphicsPath.AddBeziers
AddBeziers(Point[])
Voegt een reeks verbonden kubische Bézier-krommen toe aan de huidige figuur.
public void AddBeziers(Point[] points)
Parameter | Type | Beschrijving |
---|---|---|
points | Point[] | De punten. |
Zie ook
- struct Point
- class GraphicsPath
- naamruimte System.Drawing.Drawing2D
- montage Aspose.Drawing
AddBeziers(PointF[])
Voegt een reeks verbonden kubische Bézier-krommen toe aan de huidige figuur.
public void AddBeziers(PointF[] points)
Parameter | Type | Beschrijving |
---|---|---|
points | PointF[] | De punten. |
Zie ook
- struct PointF
- class GraphicsPath
- naamruimte System.Drawing.Drawing2D
- montage Aspose.Drawing