C# Class CCT.NUI.Core.Shape.Contour

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

Méthodes publiques

Méthode Description
Contour ( ) : System
Contour ( IList points ) : System
GetPointAt ( int index ) : System.Point

Method Details

Contour() public méthode

public Contour ( ) : System
Résultat System

Contour() public méthode

public Contour ( IList points ) : System
points IList
Résultat System

GetPointAt() public méthode

public GetPointAt ( int index ) : System.Point
index int
Résultat System.Point