다음을 통해 공유


IView.Measure(Double, Double) 메서드

정의

보기의 크기를 업데이트.

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

매개 변수

widthConstraint
Double

부모 요소가 자식 요소를 할당할 수 있는 너비입니다.

heightConstraint
Double

부모 요소가 자식 요소를 할당할 수 있는 높이입니다.

반환

이 요소에 대해 원하는 크기를 반환합니다.

적용 대상