Layout

Layout()

Initializes new instance of Layout class.

public Layout()

See Also


Layout(string, float, float)

Initializes new instance of Layout class.

public Layout(string name, float width, float height)
Parameter Type Description
name String The name of the layout.
width Single The width of the layout in pixels.
height Single The height of the layout in pixels.

Exceptions

exception condition
ArgumentException Thrown when name is null or empty.

See Also