Share via


DynamicImageInstance.GetImage Method

Include Protected Members
Include Inherited Members

Returns the image of the current instance.

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 image of the current instance.
Public method GetImage(ActionInfoWithDynamicImageMapCollection%) Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection.
Public method GetImage(DynamicImageInstance.ImageType) Returns the image of the current instance by specifying the type of the rendered image.
Public method GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%) Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection by specifying the type of the rendered image.
Protected method GetImage(DynamicImageInstance.ImageType, Boolean%) Returns the image of the current instance by specifying the type of the rendered image and gets a boolean value indicating wether the image has an associated image map.
Protected method GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%) Infrastructure.

Top