ArcObjects Component Help  (Core)    

IElement.Draw Method

Draws the element into the given display object.

[Visual Basic 6.0]
Sub Draw(
    ByVal Display As IDisplay, _
    ByVal trackCancel As ITrackCancel _
) As Empty
[Visual Basic .NET]
Public Sub Draw (
    ByVal Display As IDisplay, _
    ByVal trackCancel As ITrackCancel _
)
[C#]
public void Draw (
    IDisplay Display,
    ITrackCancel trackCancel
);
[C++]
public: void Draw (
    IDisplay Display,
    ITrackCancel trackCancel
);

Remarks

Draw draws the element to the screen display specified. An ITrackerCancel object can be passed in to enable cancelation of the draw wit the ESC key. 
 
Symbolization of the element during the draw is based on the symbol that is stored with it.  For instance, Marker Elements are displayed based on the Symbol property on the IMarkerElement interface.