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 int
in Extent on the top and bottom.

verticalExtent int
in Extent on the left and right.

Exceptions

An error has occurred during Face Library execution.