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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.