System::Drawing::Drawing2D::PathPointType 枚举

PathPointType enum

指定路径点的类型。

enum class PathPointType

名称描述
Start0起始点。
线段1一条线段。
贝塞尔3贝塞尔曲线。
PathTypeMask7一个类型掩码点。
DashMode16指定段为虚线。
PathMarker32路径标记。
CloseSubpath128子路径的结束点。
Bezier33三次贝塞尔曲线。

另见