Definition
typedef struct tagMapImageInfo { int imgWidth; int imgHeight; double centerGeoPosX; double centerGeoPosY; double geoWidth; double geoHeight; } MapImageInfo;
Members
imgWidth [in]
Specifies the width of the requested image in pixels.
imgHeight [in]
Specifies the height of the requested image in pixels.
centerGeoPosX [in]
The geographical position (EW) of the requested images center position.
centerGeoPosY [in]
The geographical position (NS) of the requested images center position.
geoWidth [in]
Specifies the geographical width of the requested image in map units. See remarks section.
geoHeight [in]
Specifies the geographical height of the requested image in map units. See remarks section.
Remarks
The geoWidth and geoHeight members can be used to stretch an image if the ratio geoWidth / geoHeight does not equal imgWidth / imgHeight. They can also be used to flip the image around the x- or y-axis by using negative values. If both geoWidth and geoHeight are set to zero, the current scale used in ShapeUp map view will be used.
See Also