EdgeProfile Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Linear | 0 | An edge that is a straight line. |
CurvedIn | 1 | A concave edge that curves in. |
CurvedOut | 2 | A convex edge that curves out. |
BulgedUp | 3 | An edge that curves up and then down, like a ridge. |
Remarks
The following figure illustrates the different values of this enumeration.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.