Layout.CrossPlatformMeasure(Double, Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
度量给定约束中 ICrossPlatformLayout 的所需大小。
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
参数
- widthConstraint
- Double
测量 ICrossPlatformLayout 的宽度限制。
- heightConstraint
- Double
测量 ICrossPlatformLayout 的高度限制。
返回
ILayout 的所需大小。