DT_NOCLIP top-level constant

  1. @Deprecated('Use DRAW_TEXT_FORMAT.DT_NOCLIP instead')
int const DT_NOCLIP

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

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_NOCLIP instead')
const DT_NOCLIP = 0x00000100;