MetafileRecorderGraphics2D.DrawPolyCubicBezier
MetafileRecorderGraphics2D.DrawPolyCubicBezier method
Draws the poly cubic bezier.
public void DrawPolyCubicBezier(Pen pen, Point[] points)
| Parameter | Type | Description |
|---|---|---|
| pen | Pen | Pen that determines the color, width, and style of the figure. |
| points | Point[] | The points. |
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | The number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10. |
See Also
- class Pen
- struct Point
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging