Enum WinGDI.CurveCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability)
when the index
parameter is CURVECAPS.
[Flags]
public enum WinGDI.CurveCapability : uint
Fields
CC_CHORD = 4
Can do chord arcs
CC_CIRCLES = 1
Can do circles
CC_ELLIPSES = 8
Can do ellipses
CC_INTERIORS = 128
Can do interiors
CC_NONE = 0
Curves not supported
CC_PIE = 2
Can do pie wedges
CC_ROUNDRECT = 256
Can draw rounded rectangles
CC_STYLED = 32
Can do styled lines
CC_WIDE = 16
Can do wide lines
CC_WIDESTYLED = 64
Can do wide styled lines