PathTypes
GraphicsPath.PathTypes property
获取对应点的类型PathPoints数组.
public byte[] PathTypes { get; }
适当的价值
指定路径中对应点的类型的字节数组。
例外
例外 | (健康)状况 |
---|---|
ArgumentException | 路径中没有点。 |
也可以看看
- class GraphicsPath
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing
获取对应点的类型PathPoints数组.
public byte[] PathTypes { get; }
指定路径中对应点的类型的字节数组。
例外 | (健康)状况 |
---|---|
ArgumentException | 路径中没有点。 |