Freigeben über


ICrossPlatformLayout.CrossPlatformMeasure(Double, Double) Methode

Definition

Misst die gewünschte Größe von ICrossPlatformLayout innerhalb der angegebenen Einschränkungen.

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

Parameter

widthConstraint
Double

Die Breite zum Messen von ICrossPlatformLayout.

heightConstraint
Double

Der Höhengrenzwert zum Messen des ICrossPlatformLayout.

Gibt zurück

Die gewünschte Größe des ILayout.

Gilt für: