Share via


ICrossPlatformLayout.CrossPlatformArrange(Rect) 메서드

정의

지정된 범위 내에서 ICrossPlatformLayout의 자식을 정렬합니다.

public:
 Microsoft::Maui::Graphics::Size CrossPlatformArrange(Microsoft::Maui::Graphics::Rect bounds);
public Microsoft.Maui.Graphics.Size CrossPlatformArrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformArrange (bounds As Rect) As Size

매개 변수

bounds
Rect

ICrossPlatformLayout의 자식이 정렬되어야 하는 범위입니다.

반환

정렬된 ICrossPlatformLayout의 실제 크기입니다.

적용 대상