ILayout.CrossPlatformMeasure(Double, Double) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.