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 | |
---|---|---|
GetImage() | Returns the map as an image. | |
GetImage(ActionInfoWithDynamicImageMapCollection%) | Returns the map as an image along with its image map. | |
GetImage(DynamicImageInstance.ImageType) | Returns the map as an image of a specified type. | |
GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%) | Returns the map as an image of a specified type along with its image map. |
Top