Size(Double, Double) Construtor

Definição

Inicializa uma nova instância da estrutura Size e atribui a ela um width inicial e um 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)

Parâmetros

width
Double

A largura inicial da instância de Size.

height
Double

A altura inicial da instância de Size.

Comentários

O width e height não podem ser negativos.

Aplica-se a