getQuadrangle method of the CharInfo class
Returns the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left.
Point[] getQuadrangle();
Return values
Returns an array of the Point class objects.
3/2/2022 12:59:15 PM