C# Class CCT.NUI.Core.Size

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Size ( float width, float height ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Size() public method

public Size ( float width, float height ) : System
width float
height float
return System

ToString() public method

public ToString ( ) : string
return string