PathPoints
GraphicsPath.PathPoints property
获取路径中的点。
public PointF[] PathPoints { get; }
返回值
一个数组PointF表示路径的对象。
也可以看看
- struct PointF
- class GraphicsPath
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing
获取路径中的点。
public PointF[] PathPoints { get; }
一个数组PointF表示路径的对象。