DT_NOCLIP top-level constant

int const DT_NOCLIP

Draws without clipping. DrawText is somewhat faster when DT_NOCLIP is used.

Implementation

const DT_NOCLIP = 0x00000100;