C# Class CCT.NUI.Core.DepthDataFrame

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method 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 method

public DepthDataFrame ( IntSize size, ushort data ) : System
size IntSize
data ushort
return System

DepthDataFrame() public method

public DepthDataFrame ( int width, int height ) : System
width int
height int
return System

DepthDataFrame() public method

public DepthDataFrame ( int width, int height, ushort data ) : System
width int
height int
data ushort
return System

this() public method

public this ( int x, int y ) : ushort
x int
y int
return ushort