Size(Int32, Int32) Constructor

Definition

Initialize a new instance of the Size class and defines the Width and Height values.

public:
 Size(int width, int height);
public:
 Size(int width, int height);
 Size(int width, int height);
public Size (int width, int height);
new System.Management.Automation.Host.Size : int * int -> System.Management.Automation.Host.Size
Public Sub New (width As Integer, height As Integer)

Parameters

width
Int32

The Width

height
Int32

The Height

Applies to