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

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Contour ( ) : System
Contour ( IList points ) : System
GetPointAt ( int index ) : System.Point

Method Details

Contour() public method

public Contour ( ) : System
return System

Contour() public method

public Contour ( IList points ) : System
points IList
return System

GetPointAt() public method

public GetPointAt ( int index ) : System.Point
index int
return System.Point