Assembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public sealed class ImageOverlay : MapItem, IDisposable |
Visual Basic (Declaration) |
---|
Public NotInheritable Class ImageOverlay _ Inherits MapItem _ Implements IDisposable |
Remarks
An ImageOverlay is an image that is drawn in relation to the map window rather than draped onto the map or globe. Sample uses for an image overlay are logos, advisory text ("Confidential" or "Draft") or graphics that frame the display.
ImageOverlay is a MapItem and therefore you can superimpose any number of image overlays over the map by adding to the Map.ChildItems collection. All image overlays display in front of any layers, notes, and the basemap; you can position, resize, set a transparent color. Any transparency originally stored in the image is maintained.
Use the Map.ImageOverlayDrawingOrder property to change the drawing order of ImageOverlay objects contained by the map.
Inheritance Hierarchy
ESRI.ArcGISExplorer.Mapping..::.MapItem
ESRI.ArcGISExplorer.Mapping..::.ImageOverlay