PathPointType

PathPointType enumeration

指定点的类型GraphicsPath对象.

public enum PathPointType

价值观

姓名价值描述
Start0一个起点GraphicsPath对象.
Line1一条线段。
Bezier3默认的贝塞尔曲线。
PathTypeMask7一个遮罩点。
DashMode16对应的段用虚线表示。
PathMarker32路径标记。
CloseSubpath128子路径的端点。
Bezier33三次贝塞尔曲线。

也可以看看