C# Class Sharpex2D.UI.UISize

Datei anzeigen Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
UISize ( ) : Sharpex2D.Math

Initializes a new UISize class.

UISize ( int width, int height ) : Sharpex2D.Math

Initializes a new UISize class.

Method Details

UISize() public method

Initializes a new UISize class.
public UISize ( ) : Sharpex2D.Math
return Sharpex2D.Math

UISize() public method

Initializes a new UISize class.
public UISize ( int width, int height ) : Sharpex2D.Math
width int The Width.
height int The Height.
return Sharpex2D.Math