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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.