Size

Represents a size.

Represents a size.

Constructors

public Size(int width, int height)

Initializes a new instance of the Size struct.

Parameters:

width (int)
The width.
height (int)
The height.

Properties

Height : int

Gets the height.

Width : int

Gets the width.