Control.setSize

Sets the size (see rectSize). If keep_margins is true, control's anchors will be updated instead of margins.

struct Control
@nogc nothrow
void
setSize
(
in Vector2 size
,
in bool keep_margins = false
)

Meta