Share via


ILayout.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

ILayout의 자식을 정렬해야 하는 범위입니다.

반환

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

적용 대상