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

定义

在指定矩形中布置 Children

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

参数

x
System.Double

矩形原点的 X 坐标。

y
System.Double

矩形原点的 Y 坐标。

width
System.Double

矩形的宽度。

height
System.Double

矩形的高度。

适用于