BoundingBox
This class represents a bounding box that contains a signature.
Methods
Gets the height of the bounding box.
getHeight() : float
Gets the width of the bounding box.
getWidth() : float
Gets the value of the left-most coordinate.
getX1() : float
Gets the value of the right-most coordinate.
getX2() : float
Gets the value of the top-most coordinate.
getY1() : float
Gets the value of the bottom-most coordinate.
getY2() : float
Sets the height of the bounding box.
setHeight(floatheight) : mixed
Sets the width of the bounding box.
setWidth(floatwidth) : mixed
Sets the value of the left-most coordinate.
setX1(floatx1) : mixed
Sets the value of the right-most coordinate.
setX2(floatx2) : mixed
Sets the value of the top-most coordinate.
setY1(floaty1) : mixed
Sets the value of the bottom-most coordinate.
setY2(floaty2) : mixed
Properties
This contains the value of the left-most coordinate.
x1 : float
This contains the value of the right-most coordinate.
x2 : float
This contains the value of the top-most coordinate.
y1 : float
This contains the value of the bottom-most coordinate.
y2 : float
This contains the width of the bounding box.
width : float
This contains the height of the bounding box.
height : float