Layout

Layout()

初始化新实例Layout类.

public Layout()

也可以看看


Layout(string, float, float)

初始化新实例Layout类.

public Layout(string name, float width, float height)
范围 类型 描述
name String 布局的名称。
width Single 布局的宽度(以像素为单位)。
height Single 布局的高度(以像素为单位)。

例外

例外 (健康)状况
ArgumentException 抛出时name为 null 或空。

也可以看看