originX property
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;
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.
int originX = 0;