Control.setPosition

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

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

Meta