次の方法で共有


ILayout.CrossPlatformMeasure(Double, Double) メソッド

定義

このインターフェイス メソッドは、以前のバージョンとの下位互換性のために提供されています。 クラスを実装する場合は、このメソッドを直接実装するのではなく、ICrossPlatformLayout インターフェイスを実装する必要があります。

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

パラメーター

widthConstraint
Double

ILayout を測定するための幅の制限。

heightConstraint
Double

ILayout を測定するための高さの制限。

戻り値

ILayout の目的のサイズ。

適用対象