C# Class WpfKinectHelper.DepthDataChangeEventArgs

Exibir arquivo Open project: bencentra/WpfKinectHelper Class Usage Examples

Public Properties

Property Type Description
depthData DepthImagePixel[]
rgbData byte[]

Public Methods

Method Description
DepthDataChangeEventArgs ( DepthImagePixel depthData, byte rgbData ) : System

Method Details

DepthDataChangeEventArgs() public method

public DepthDataChangeEventArgs ( DepthImagePixel depthData, byte rgbData ) : System
depthData DepthImagePixel
rgbData byte
return System

Property Details

depthData public_oe property

public DepthImagePixel[] depthData
return DepthImagePixel[]

rgbData public_oe property

public byte[] rgbData
return byte[]