Class Rubberband
Constructors
(constructor)(_left, _top, _right, _bottom)
Constructs a new instance of the Rubberband class
Declaration
constructor(_left: number, _top: number, _right: number, _bottom: number);
Parameters
| Type |
Name |
Description |
| number |
_left |
|
| number |
_top |
|
| number |
_right |
|
| number |
_bottom |
|
Properties
bottom
Declaration
Property Value
left
Declaration
Property Value
right
Declaration
Property Value
top
Declaration
Property Value
Methods
translate(shift)
Declaration
translate(shift: PointF): Rubberband;
Parameters
| Type |
Name |
Description |
| PointF |
shift |
|
Returns