System::Drawing::Graphics::DrawCurve 方法
内容
[
隐藏
]Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float) method
使用指定的笔绘制样条。
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, float tension=0.5f)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 用于绘制样条曲线的笔 |
| points | const ArrayPtr<Point>& | Array 用于确定样条曲线的点集合 |
| 张力 | float | 指定样条曲线张力的值 |
另见
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, int32_t, int32_t, float) method
使用指定的笔绘制样条。
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, int32_t offset, int32_t numberOfSegments, float tension=0.5f)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 用于绘制样条曲线的笔 |
| points | const ArrayPtr<Point>& | Array 用于确定样条曲线的点集合 |
| offset | int32_t | 相对于 points 数组中第一个元素的偏移量 |
| numberOfSegments | int32_t | 要包含在曲线中的段数 |
| 张力 | float | 指定样条曲线张力的值 |
另见
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float) method
使用指定的笔绘制样条。
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, float tension=0.5f)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 用于绘制样条曲线的笔 |
| points | const ArrayPtr<PointF>& | Array 用于确定样条曲线的点集合 |
| 张力 | float | 指定样条曲线张力的值 |
另见
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, int32_t, int32_t, float) method
使用指定的笔绘制样条。
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, int32_t offset, int32_t numberOfSegments, float tension=0.5f)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 用于绘制样条曲线的笔 |
| points | const ArrayPtr<PointF>& | Array 用于确定样条曲线的点集合 |
| offset | int32_t | 相对于 points 数组中第一个元素的偏移量 |
| numberOfSegments | int32_t | 要包含在曲线中的段数 |
| 张力 | float | 指定样条曲线张力的值 |
另见
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++