Sdílet prostřednictvím


Layout.CrossPlatformMeasure(Double, Double) Metoda

Definice

Měří požadovanou velikost ICrossPlatformLayout v rámci daných omezení.

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

Parametry

widthConstraint
Double

Omezení šířky pro měření ICrossPlatformLayout.

heightConstraint
Double

Limit výšky pro měření ICrossPlatformLayout.

Návraty

Požadovaná velikost ILayoutu.

Platí pro