Udostępnij za pośrednictwem


IContentView.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 mierzenia elementu IContentView.

heightConstraint
Double

Limit wysokości mierzenia elementu IContentView.

Zwraca

Żądany rozmiar elementu IContentView.

Dotyczy