C# Class CCT.NUI.Core.Rectangle

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Properties

Property Type Description
Location Point
Size Size

Public Methods

Method Description
Contains ( Point p ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Rectangle ( Point location, Size size ) : System
Rectangle ( float x, float y, float width, float height ) : System
ToString ( ) : string

Method Details

Contains() public method

public Contains ( Point p ) : bool
p Point
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Rectangle() public method

public Rectangle ( Point location, Size size ) : System
location Point
size Size
return System

Rectangle() public method

public Rectangle ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Location public property

public Point Location
return Point

Size public property

public Size,CCT.NUI.Core Size
return Size