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 = 128Can do interiors
LC_MARKER = 4Can do markers
LC_NONE = 0Lines not supported
LC_POLYLINE = 2Can do polylines
LC_POLYMARKER = 8Can do polymarkers
LC_STYLED = 32Can do styled lines
LC_WIDE = 16Can do wide lines
LC_WIDESTYLED = 64Can do wide styled lines