C# Class CCT.NUI.Core.DepthDataFrame

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

Méthodes publiques

Méthode Description
DepthDataFrame ( IntSize size, ushort data ) : System
DepthDataFrame ( int width, int height ) : System
DepthDataFrame ( int width, int height, ushort data ) : System
this ( int x, int y ) : ushort

Method Details

DepthDataFrame() public méthode

public DepthDataFrame ( IntSize size, ushort data ) : System
size IntSize
data ushort
Résultat System

DepthDataFrame() public méthode

public DepthDataFrame ( int width, int height ) : System
width int
height int
Résultat System

DepthDataFrame() public méthode

public DepthDataFrame ( int width, int height, ushort data ) : System
width int
height int
data ushort
Résultat System

this() public méthode

public this ( int x, int y ) : ushort
x int
y int
Résultat ushort