Call this multiple times to place graphics in pixel space on the map above Custom Graphics and Map Surrounds. Specify coordinates in pixels. Origin is at lower left corner.
[Visual Basic .NET] Public Sub AddPixelGraphic ( _ ByVal graphic As IElement _ )
[C#] public void AddPixelGraphic ( IElement graphic );
[C++]
HRESULT AddPixelGraphic(
IElement* graphic
);
[C++]Parameters
graphicgraphic is a parameter of type IElement
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.