This document is archived and information here might be outdated. Recommended version. |
Draws the layer to the specified display for the given draw phase.
[Visual Basic .NET] Public Sub Draw ( _ ByVal drawPhase As esriDrawPhase, _ ByVal display As IDisplay, _ ByVal trackCancel As ITrackCancel _ )
[C#] public void Draw ( esriDrawPhase drawPhase, IDisplay display, ITrackCancel trackCancel );
[C++]
HRESULT Draw(
esriDrawPhase drawPhase,
IDisplay* display,
ITrackCancel* trackCancel
);
[C++] Parameters drawPhase [in]
drawPhase is a parameter of type esriDrawPhase display [in]
display is a parameter of type IDisplay* trackCancel [in]
trackCancel is a parameter of type ITrackCancel*