C# Class WpfKinectHelper.DepthDataChangeEventArgs

Afficher le fichier Open project: bencentra/WpfKinectHelper Class Usage Examples

Méthodes publiques

Свойство Type Description
depthData DepthImagePixel[]
rgbData byte[]

Méthodes publiques

Méthode Description
DepthDataChangeEventArgs ( DepthImagePixel depthData, byte rgbData ) : System

Method Details

DepthDataChangeEventArgs() public méthode

public DepthDataChangeEventArgs ( DepthImagePixel depthData, byte rgbData ) : System
depthData DepthImagePixel
rgbData byte
Résultat System

Property Details

depthData public_oe property

public DepthImagePixel[] depthData
Résultat DepthImagePixel[]

rgbData public_oe property

public byte[] rgbData
Résultat byte[]