C# Class CCT.NUI.Core.Rectangle

Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Location Point
Size Size

Méthodes publiques

Méthode 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 méthode

public Contains ( Point p ) : bool
p Point
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Rectangle() public méthode

public Rectangle ( Point location, Size size ) : System
location Point
size Size
Résultat System

Rectangle() public méthode

public Rectangle ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Location public_oe property

public Point Location
Résultat Point

Size public_oe property

public Size,CCT.NUI.Core Size
Résultat Size