stageRect property

GRect stageRect

Returns the bounds of the stage as a GRect.

Implementation

GRect get stageRect {
  return _stageRect;
}