FsChartPage
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 Member | Description |
|---|---|
width |
The width of the chart in pixels. |
height |
The height of the chart in pixels. |
geoReferenced |
Whether any areas of the chart page are geo-referenced. |
areas |
The array of areas on this chart page. |
numAreas |
The number of areas on this chart page. |
urls |
The URLs of the page images. |
numUrls |
The number of image URLs. |
Remarks
N/A
Related Topics