共用方式為


ICrossPlatformLayout.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

測量 ICrossPlatformLayout 的寬度限制。

heightConstraint
Double

測量 ICrossPlatformLayout 的高度限制。

傳回

ILayout 所需的大小。

適用於