Table of Contents

Enum WinGDI.RasterCapability

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 RASTERCAPS.

public enum WinGDI.RasterCapability : uint

Fields

RC_BANDING = 2

Device requires banding support

RC_BIGFONT = 1024

Supports >64K fonts

RC_BITBLT = 1

Can do standard BLT

RC_BITMAP64 = 8

Device can support >64K bitmap

RC_DEVBITS = 32768
RC_DIBTODEV = 512

Supports DIBitsToDevice

RC_DI_BITMAP = 128

Supports DIB to memory

RC_FLOODFILL = 4096

Supports FloodFill

RC_GDI20_OUTPUT = 16

Has 2.0 output calls

RC_GDI20_STATE = 32
RC_OP_DX_OUTPUT = 16384
RC_PALETTE = 256

Supports a palette

RC_SAVEBITMAP = 64
RC_SCALING = 4

Device requires scaling support

RC_STRETCHBLT = 2048

Supports StretchBlt

RC_STRETCHDIB = 8192

Supports StretchDIBits