Table of Contents

Enum WinGDI.PolygonalCapability

Namespace
Npp.DotNet.Plugin.Winforms
Assembly
Npp.DotNet.Plugin.dll

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 = 128

Can do interiors

PC_NONE = 0

Polygons not supported

PC_PATHS = 512

Can do paths

PC_POLYGON = 1

Can do polygons

PC_POLYPOLYGON = 256

Can do polypolygons

PC_RECTANGLE = 2

Can do rectangles

PC_SCANLINE = 8

Can do scanlines

PC_STYLED = 32

Can do styled borders

PC_TRAPEZOID = 4

Can do trapezoids

PC_WIDE = 16

Can do wide borders

PC_WIDESTYLED = 64

Can do wide styled borders

PC_WINDPOLYGON = 4

Can do winding polygons