boundIsSet property

bool boundIsSet

Implementation

bool get boundIsSet => !(boundWidth == -1 || boundHeight == -1 || boundOrigin == null);