ILayoutManager.Measure(Double, Double) Method

Definition

public:
 Microsoft::Maui::Graphics::Size Measure(double widthConstraint, double heightConstraint);
public Microsoft.Maui.Graphics.Size Measure (double widthConstraint, double heightConstraint);
abstract member Measure : double * double -> Microsoft.Maui.Graphics.Size
Public Function Measure (widthConstraint As Double, heightConstraint As Double) As Size

Parameters

widthConstraint
Double
heightConstraint
Double

Returns

Applies to