DTT_CALCRECT top-level constant

  1. @Deprecated('Use DTTOPTS_FLAGS.DTT_CALCRECT instead')
int const DTT_CALCRECT

The pRect parameter of the DrawThemeTextEx function that uses this structure will be used as both an in and an out parameter. After the function returns, the pRect parameter will contain the rectangle that corresponds to the region calculated to be drawn.

Implementation

@Deprecated('Use DTTOPTS_FLAGS.DTT_CALCRECT instead')
const DTT_CALCRECT = 1 << 9;