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 = 4Can do chord arcs
CC_CIRCLES = 1Can do circles
CC_ELLIPSES = 8Can do ellipses
CC_INTERIORS = 128Can do interiors
CC_NONE = 0Curves not supported
CC_PIE = 2Can do pie wedges
CC_ROUNDRECT = 256Can draw rounded rectangles
CC_STYLED = 32Can do styled lines
CC_WIDE = 16Can do wide lines
CC_WIDESTYLED = 64Can do wide styled lines