C# Class Microsoft.Samples.Kinect.SkeletonBasics.Paddle

Paddle handles its own position.
Datei anzeigen Open project: rechc/KinectMiniApps Class Usage Examples

Public Methods

Method Description
Draw ( System.Windows.Media.DrawingContext dc ) : void
MoveTo ( double y ) : void
Paddle ( System.Windows.Media.Brush color, double x, double y, float w, float h ) : System

Method Details

Draw() public method

public Draw ( System.Windows.Media.DrawingContext dc ) : void
dc System.Windows.Media.DrawingContext
return void

MoveTo() public method

public MoveTo ( double y ) : void
y double
return void

Paddle() public method

public Paddle ( System.Windows.Media.Brush color, double x, double y, float w, float h ) : System
color System.Windows.Media.Brush
x double
y double
w float
h float
return System