An individual page of a chart, part of an FsChartPages collection.

 

Syntax
struct FsChartPage
{
    unsigned int width;
    unsigned int height;
    bool geoReferenced;
    FsChartArea* areas;
    int numAreas;
    FsChartPageUrl* urls;
    int numUrls;
};

 

Members
Enum MemberDescription
widthThe width of the chart in pixels.
heightThe height of the chart in pixels.
geoReferencedWhether any areas of the chart page are geo-referenced.
areasThe array of areas on this chart page.
numAreasThe number of areas on this chart page.
urlsThe URLs of the page images.
numUrlsThe number of image URLs.

 

Remarks

N/A