Share via


IViewHandler.PlatformArrange(Rect) 메서드

정의

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

public:
 void PlatformArrange(Microsoft::Maui::Graphics::Rect frame);
public void PlatformArrange (Microsoft.Maui.Graphics.Rect frame);
abstract member PlatformArrange : Microsoft.Maui.Graphics.Rect -> unit
Public Sub PlatformArrange (frame As Rect)

매개 변수

frame
Rect

부모가 자식 보기에 대해 결정하는 크기입니다.

적용 대상