Enum WinGDI.LineCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability)
when the index
parameter is LINECAPS.
[Flags]
public enum WinGDI.LineCapability : uint
Fields
LC_INTERIORS = 128
Can do interiors
LC_MARKER = 4
Can do markers
LC_NONE = 0
Lines not supported
LC_POLYLINE = 2
Can do polylines
LC_POLYMARKER = 8
Can do polymarkers
LC_STYLED = 32
Can do styled lines
LC_WIDE = 16
Can do wide lines
LC_WIDESTYLED = 64
Can do wide styled lines