Udostępnij za pośrednictwem


ILayout.CrossPlatformMeasure(Double, Double) Metoda

Definicja

Ta metoda interfejsu jest udostępniana w celu zapewnienia zgodności z poprzednimi wersjami. Implementowanie klas powinno implementować interfejs ICrossPlatformLayout, a nie bezpośrednio implementować tę metodę.

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

Parametry

widthConstraint
Double

Limit szerokości do pomiaru wartości ILayout.

heightConstraint
Double

Limit wysokości pomiaru wartości ILayout.

Zwraca

Żądany rozmiar elementu ILayout.

Dotyczy