Share via


ICrossPlatformLayout.CrossPlatformMeasure(Double, Double) 메서드

정의

지정된 제약 조건 내에서 ICrossPlatformLayout의 원하는 크기를 측정합니다.

public:
 Microsoft::Maui::Graphics::Size CrossPlatformMeasure(double widthConstraint, double heightConstraint);
public Microsoft.Maui.Graphics.Size CrossPlatformMeasure (double widthConstraint, double heightConstraint);
abstract member CrossPlatformMeasure : double * double -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformMeasure (widthConstraint As Double, heightConstraint As Double) As Size

매개 변수

widthConstraint
Double

ICrossPlatformLayout을 측정하기 위한 너비 제한입니다.

heightConstraint
Double

ICrossPlatformLayout을 측정하기 위한 높이 제한입니다.

반환

ILayout의 원하는 크기입니다.

적용 대상