zero property

IntRect zero
final

Creates a new IntRect with zero position and dimensions.

Implementation

static final IntRect zero = IntRect(0, 0, 0, 0);