Class Annotations.BoxControlHandle
Extends
Annotations.ControlHandle.
Constructor Attributes | Constructor Name and Description |
---|---|
Annotations.BoxControlHandle(width, height, horizontalAlignment, verticalAlignment)
A control handle based on the bounding box of the annotation used for resizing.
|
- Methods borrowed from class Annotations.ControlHandle:
- draw, getDimensions, move, testSelection
Class Detail
Annotations.BoxControlHandle(width, height, horizontalAlignment, verticalAlignment)
A control handle based on the bounding box of the annotation used for resizing.
- Parameters:
- {number} width
- the width of the handle
- {number} height
- the height of the handle
- {number} horizontalAlignment
- the horizontal position of the handle
- {number} verticalAlignment
- the veritical position of the handle