Share via


MapInstance.GetImage Method

Include Protected Members
Include Inherited Members

Returns the map as an image.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetImage() Returns the map as an image.
Public method GetImage(ActionInfoWithDynamicImageMapCollection%) Returns the map as an image along with its image map.
Public method GetImage(DynamicImageInstance.ImageType) Returns the map as an image of a specified type.
Public method GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%) Returns the map as an image of a specified type along with its image map.

Top