region property

GRect? region

Returns the region of this sub-texture within its parent texture.

Implementation

GRect? get region {
  return _region;
}