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