C# Class CCT.NUI.Core.OpenNI.DepthDataFrameFactory

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Create ( IntPtr pointer ) : DepthDataFrame
Create ( DepthDataFrame depthDataFrame, IntPtr pointer ) : void
DepthDataFrameFactory ( IntSize size ) : System

Method Details

Create() public method

public Create ( IntPtr pointer ) : DepthDataFrame
pointer System.IntPtr
return DepthDataFrame

Create() public method

public Create ( DepthDataFrame depthDataFrame, IntPtr pointer ) : void
depthDataFrame DepthDataFrame
pointer System.IntPtr
return void

DepthDataFrameFactory() public method

public DepthDataFrameFactory ( IntSize size ) : System
size IntSize
return System