C# Class ArtofKinect.Common.MotionFrameAvailableEventArgs

Inheritance: System.EventArgs
显示文件 Open project: JoshBlake/ArtOfKinectRecorder Class Usage Examples

Public Methods

Method Description
MotionFrameAvailableEventArgs ( MotionFrame motionFrame ) : System

Method Details

MotionFrameAvailableEventArgs() public method

public MotionFrameAvailableEventArgs ( MotionFrame motionFrame ) : System
motionFrame MotionFrame
return System