C# Class KineticMath.SubControls.Bird

Interaction logic for Bird.xaml
Inheritance: KineticMath.SubControls.SeesawObject
Show file Open project: kingston/kineticmath

Public Properties

Property Type Description
BIRD_HEIGHT double

Public Methods

Method Description
Bird ( ) : System
Bird ( String text, double weight ) : System

Private Methods

Method Description
init ( String text, double weight ) : void

Method Details

Bird() public method

public Bird ( ) : System
return System

Bird() public method

public Bird ( String text, double weight ) : System
text String
weight double
return System

Property Details

BIRD_HEIGHT public static property

public static double BIRD_HEIGHT
return double