Compartilhar via


IViewHandler.GetDesiredSize(Double, Double) Método

Definição

Calcula o tamanho real de uma exibição com base no tamanho e nas restrições desejados.

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

Parâmetros

widthConstraint
Double

A restrição na largura da exibição.

heightConstraint
Double

A restrição na altura da exibição.

Retornos

O tamanho computado para a exibição associada a esse manipulador.

Aplica-se a