다음을 통해 공유


TwoPaneView.LayoutChildren(Double, Double, Double, Double) 메서드

정의

레이아웃이 무효화될 때 자식 요소를 배치합니다.

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

경계 사각형의 높이입니다.

적용 대상