C# Class No.UI.Size

Represents a size.
Mostra file Open project: hexafluoride/no Class Usage Examples

Public Methods

Method Description
Size ( int width, int height ) : System

Creates a Size object with the given width and height.

Method Details

Size() public method

Creates a Size object with the given width and height.
public Size ( int width, int height ) : System
width int The width of the Size.
height int The height of the Size.
return System