예제 #1
0
 public void DrawLine(Kinect.Joint activeJoint, Kinect.Joint passiveJoint, float lineWidth)
 {
     showLine.Active = true;
     showLine.Redraw(activeJoint, passiveJoint, lineWidth);
 }