Size(Double, Double) Konstruktor

Definice

Inicializuje novou instanci Size struktury a přiřadí ji iniciály width a height.

public:
 Size(double width, double height);
public Size (double width, double height);
new System.Windows.Size : double * double -> System.Windows.Size
Public Sub New (width As Double, height As Double)

Parametry

width
Double

Počáteční šířka instance Size.

height
Double

Počáteční výška instance .Size

Poznámky

height A width nemůže být negativní.

Platí pro