Rectangle.extend Method¶
Module: Rectangle
Definition¶
Extends the rectangle by an amount in pixels on each side. Use on aligned rectangle only.
void extend(int horizontalExtent, int verticalExtent)
Parameters
horizontalExtent intin Extent on the top and bottom.
verticalExtent intin Extent on the left and right.
Exceptions
An error has occurred during Face Library execution.