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

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

Méthodes publiques

Méthode Description
Create ( IntPtr pointer ) : DepthDataFrame
Create ( DepthDataFrame depthDataFrame, IntPtr pointer ) : void
DepthDataFrameFactory ( IntSize size ) : System

Method Details

Create() public méthode

public Create ( IntPtr pointer ) : DepthDataFrame
pointer System.IntPtr
Résultat DepthDataFrame

Create() public méthode

public Create ( DepthDataFrame depthDataFrame, IntPtr pointer ) : void
depthDataFrame DepthDataFrame
pointer System.IntPtr
Résultat void

DepthDataFrameFactory() public méthode

public DepthDataFrameFactory ( IntSize size ) : System
size IntSize
Résultat System