Layout.CrossPlatformMeasure(Double, Double) Yöntem

Tanım

Verilen kısıtlamalar içinde ICrossPlatformLayout'un istenen boyutunu ölçer.

public:
 virtual 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
override this.CrossPlatformMeasure : double * double -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformMeasure (widthConstraint As Double, heightConstraint As Double) As Size

Parametreler

widthConstraint
Double

ICrossPlatformLayout'un ölçülmesi için genişlik sınırı.

heightConstraint
Double

ICrossPlatformLayout'un ölçülmesi için yükseklik sınırı.

Döndürülenler

ILayout'un istenen boyutu.

Şunlara uygulanır