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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.