DT_NOCLIP top-level constant
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;
Draws without clipping. DrawText is somewhat faster when DT_NOCLIP is used.
@Deprecated('Use DRAW_TEXT_FORMAT.DT_NOCLIP instead')
const DT_NOCLIP = 0x00000100;