EdgeProfile 枚举
定义
指定要应用于位图边缘的曲线类型。Specifies the type of curve to apply to the edge of a bitmap.
public enum class EdgeProfile
public enum EdgeProfile
type EdgeProfile =
Public Enum EdgeProfile
- 继承
字段
BulgedUp | 3 | 如山脊般自上而下弯曲的边缘。An edge that curves up and then down, like a ridge. |
CurvedIn | 1 | 向内弯曲的凹边缘。A concave edge that curves in. |
CurvedOut | 2 | 向外弯曲的凸边缘。A convex edge that curves out. |
Linear | 0 | 成一条直线的边缘。An edge that is a straight line. |
注解
下图说明了此枚举的不同值。The following figure illustrates the different values of this enumeration.