VisualElement.IView.Arrange(Rect) 메서드

정의

자식 요소를 배치하고 요소의 크기를 결정합니다.

 virtual Microsoft::Maui::Graphics::Size Microsoft.Maui.IView.Arrange(Microsoft::Maui::Graphics::Rect bounds) = Microsoft::Maui::IView::Arrange;
Microsoft.Maui.Graphics.Size IView.Arrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Function Arrange (bounds As Rect) As Size Implements IView.Arrange

매개 변수

bounds
Rect

자식 요소에 대해 부모가 계산하는 크기입니다.

반환

이 요소의 실제 정렬된 Size를 반환합니다.

구현

적용 대상