DrawPolyCubicBezier
MetafileRecorderGraphics2D.DrawPolyCubicBezier method
绘制多边形贝塞尔曲线。
public void DrawPolyCubicBezier(Pen pen, Point[] points)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | 确定图形颜色、宽度和样式的钢笔。 |
points | Point[] | 点。 |
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException | 数组中的点数应该是 3 加 1 的倍数,例如 4、7 或 10。 |
也可以看看
- class Pen
- struct Point
- class MetafileRecorderGraphics2D
- 命名空间 Aspose.Imaging.FileFormats.Emf.Graphics
- 部件 Aspose.Imaging