Udostępnij za pośrednictwem


IViewHandler.GetDesiredSize(Double, Double) Metoda

Definicja

Oblicza rzeczywisty rozmiar widoku na podstawie żądanego rozmiaru i ograniczeń.

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

Parametry

widthConstraint
Double

Ograniczenie szerokości widoku.

heightConstraint
Double

Ograniczenie wysokości widoku.

Zwraca

Obliczony rozmiar widoku skojarzonego z tą procedurą obsługi.

Dotyczy