A rectangle on a chart, either in pixel coordinates or in longitude/latitude coordinates.

 

Syntax
struct FsChartRectangle
{
    double upperLeft[2];
    double lowerRight[2];
    double orientation;
};

 

Members
Enum MemberDescription
upperLeftThe upper-left coordinates of the rectangle, either (X, Y) or (longitude, latitude).
lowerRightThe lower-right coordinates of the rectangle, either (X, Y) or (longitude, latitude).
orientationThe orientation, in degrees from true north, of the rectangle.

 

Remarks

N/A