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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.