LR_DEFAULTSIZE top-level constant

  1. @Deprecated('Use IMAGE_FLAGS.LR_DEFAULTSIZE instead')
int const LR_DEFAULTSIZE

Uses the width or height specified by the system metric values for cursors or icons, if the cxDesired or cyDesired values are set to zero.

Implementation

@Deprecated('Use IMAGE_FLAGS.LR_DEFAULTSIZE instead')
const LR_DEFAULTSIZE = 0x00000040;