EmfPlusPathPointTypeFlags

EmfPlusPathPointTypeFlags enumeration

PathPointType 标志指定图形路径上点的类型属性。这些标志可以组合起来指定多个选项。

[Flags]
public enum EmfPlusPathPointTypeFlags

价值观

姓名价值描述
PathPointTypeDashMode1指定通过该点的线段为虚线。
PathPointTypePathMarker2指定该点是位置标记。
PathPointTypeCloseSubpath8指定该点是子路径的端点。

评论

图形路径由EmfPlusPath对象.

也可以看看