Enum WinGDI.PolygonalCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability)
when the index parameter is POLYGONALCAPS.
[Flags]
public enum WinGDI.PolygonalCapability : uint
Fields
PC_INTERIORS = 128Can do interiors
PC_NONE = 0Polygons not supported
PC_PATHS = 512Can do paths
PC_POLYGON = 1Can do polygons
PC_POLYPOLYGON = 256Can do polypolygons
PC_RECTANGLE = 2Can do rectangles
PC_SCANLINE = 8Can do scanlines
PC_STYLED = 32Can do styled borders
PC_TRAPEZOID = 4Can do trapezoids
PC_WIDE = 16Can do wide borders
PC_WIDESTYLED = 64Can do wide styled borders
PC_WINDPOLYGON = 4Can do winding polygons