Udostępnij za pośrednictwem


Page.LayoutChildren(Double, Double, Double, Double) Metoda

Definicja

Określa elementy podrzędne, gdy układ jest unieważniany.

protected:
 virtual void LayoutChildren(double x, double y, double width, double height);
protected virtual void LayoutChildren (double x, double y, double width, double height);
abstract member LayoutChildren : double * double * double * double -> unit
override this.LayoutChildren : double * double * double * double -> unit
Protected Overridable Sub LayoutChildren (x As Double, y As Double, width As Double, height As Double)

Parametry

x
Double

Współrzędna X lewego górnego rogu prostokąta ograniczenia.

y
Double

Współrzędna Y lewego górnego rogu prostokąta ograniczenia.

width
Double

Szerokość prostokąta ograniczenia.

height
Double

Wysokość prostokąta ograniczenia.

Dotyczy