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
: intGets the height.
Width
: intGets the width.