CLIPCAPS top-level constant

  1. @Deprecated('Use GET_DEVICE_CAPS_INDEX.CLIPCAPS instead')
int const CLIPCAPS

Flag that indicates the clipping capabilities of the device. If the device can clip to a rectangle, it is 1. Otherwise, it is 0.

Implementation

@Deprecated('Use GET_DEVICE_CAPS_INDEX.CLIPCAPS instead')
const CLIPCAPS = 36;