Size(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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