Function Control.rectPosition

The node's position, relative to its parent. It corresponds to the rectangle's top-left corner. The property is not affected by rectPivotOffset.

Vector2 rectPosition() nothrow @property @nogc;

void rectPosition (
  Vector2 v
) nothrow @property @nogc;