| Icon | Member | Description |
|---|---|---|
| ArrowObjArrowObjNew(Color, Single, Double, Double, Double, Double) |
A constructor that allows the position, color, and size of the
ArrowObj to be pre-specified.
| |
| ArrowObjArrowObjNew(Double, Double, Double, Double) |
A constructor that allows only the position of the
arrow to be pre-specified. All other properties are set to
default values
| |
| ArrowObjArrowObjNew()() |
Default constructor -- places the ArrowObj at location
(0,0) to (1,1). All other values are defaulted.
| |
| ArrowObjArrowObjNew(ArrowObj) |
The Copy Constructor
|
