C# 클래스 Kinect.Core.Filters.CorrectionFilterEventArgs

상속: Kinect.Core.Eventing.FilterEventArgs
파일 보기 프로젝트 열기: atosorigin/Kinect

공개 메소드들

메소드 설명
CorrectionFilterEventArgs ( JointID jointToCorrect, System.Windows.Media.Media3D.Point3D point, System.Windows.Media.Media3D.Point3D correction ) : System.Windows.Media.Media3D

Initializes a new instance of the CorrectionFilterEventArgs class.

메소드 상세

CorrectionFilterEventArgs() 공개 메소드

Initializes a new instance of the CorrectionFilterEventArgs class.
public CorrectionFilterEventArgs ( JointID jointToCorrect, System.Windows.Media.Media3D.Point3D point, System.Windows.Media.Media3D.Point3D correction ) : System.Windows.Media.Media3D
jointToCorrect JointID The joint to correct.
point System.Windows.Media.Media3D.Point3D The point.
correction System.Windows.Media.Media3D.Point3D The correction.
리턴 System.Windows.Media.Media3D