Table of Contents

Method SetDimension

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetDimension(int, int, int, int)

Call this to force the sizer to take the given dimension and thus force the items owned by the sizer to resize themselves according to the rules defined by its parameters.

void SetDimension(int x, int y, int width, int height)

Parameters

x int

Left position.

y int

Top position.

width int

Width.

height int

Height.