originX property

int originX
getter/setter pair

Screen-space origin (top-left) where this pane is rendered.

Mouse events are reported in screen coordinates, so we translate them into the viewport's local coordinate system using this origin.

Implementation

int originX = 0;