Size.Size

Size constructor

Initializes a new instance of the Size class from the specified dimensions.

public Size(int width, int height)
ParameterTypeDescription
widthInt32The width component of the new Size.
heightInt32The height component of the new Size.

See Also