Page.LayoutChildren(Double, Double, Double, Double) 方法

定義

將子系 Element 配置到指定的區域。

protected virtual void LayoutChildren (double x, double y, double width, double height);
abstract member LayoutChildren : double * double * double * double -> unit
override this.LayoutChildren : double * double * double * double -> unit

參數

x
System.Double

配置區域的左邊。

y
System.Double

配置區域的頂端。

width
System.Double

配置區域的寬度。

height
System.Double

配置區域的高度。

適用於