CLIPCAPS top-level constant
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;