Enum WinGDI.RasterCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability)
when the index parameter is RASTERCAPS.
[Flags]
public enum WinGDI.RasterCapability : uint
Fields
RC_BANDING = 2Device requires banding support
RC_BIGFONT = 1024Supports >64K fonts
RC_BITBLT = 1Can do standard BLT
RC_BITMAP64 = 8Device can support >64K bitmap
RC_DEVBITS = 32768RC_DIBTODEV = 512Supports DIBitsToDevice
RC_DI_BITMAP = 128Supports DIB to memory
RC_FLOODFILL = 4096Supports FloodFill
RC_GDI20_OUTPUT = 16Has 2.0 output calls
RC_GDI20_STATE = 32RC_OP_DX_OUTPUT = 16384RC_PALETTE = 256Supports a palette
RC_SAVEBITMAP = 64RC_SCALING = 4Device requires scaling support
RC_STRETCHBLT = 2048Supports StretchBlt
RC_STRETCHDIB = 8192Supports StretchDIBits