C# Class TechfairKinect.Components.Skeleton.GdiSkeletonComponentRenderer

Inheritance: SkeletonComponentRenderer
Mostra file Open project: techx/old-techfair-kinect-booth

Protected Properties

Property Type Description
GdiGraphicsBase GdiGraphicsBase

Public Methods

Method Description
Render ( double interpolation ) : void

Private Methods

Method Description
CalculateBoxJoints ( System.Drawing skeletonBox ) : Vector3D>.Dictionary
CreateSkeletonBox ( ) : RectangleF
Render ( System.Drawing graphics ) : void
RenderJoint ( System.Drawing graphics, System.Drawing brush, Vector3D location ) : void
RenderLimb ( System.Drawing graphics, System.Drawing pen, Vector3D lhs, Vector3D rhs ) : void

Method Details

Render() public method

public Render ( double interpolation ) : void
interpolation double
return void

Property Details

GdiGraphicsBase protected_oe property

protected GdiGraphicsBase GdiGraphicsBase
return GdiGraphicsBase