EdgeProfile Enum

Definition

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
EdgeProfile

Fields

BulgedUp 3

An edge that curves up and then down, like a ridge.

CurvedIn 1

A concave edge that curves in.

CurvedOut 2

A convex edge that curves out.

Linear 0

An edge that is a straight line.

Remarks

The following figure illustrates the different values of this enumeration.

Screenshot: Compare values of EdgeProfile

Applies to