Control.setGlobalPosition

Sets the rectGlobalPosition to given position. If keep_margins is true, control's anchors will be updated instead of margins.

struct Control
@nogc nothrow
void
setGlobalPosition
(
in Vector2 position
,
in bool keep_margins = false
)

Meta