Draws features from the specified cursor on the given display.
[Visual Basic 6.0] Sub Draw(
ByVal Cursor As IFeatureCursor, _
ByVal drawPhase As esriDrawPhase, _
ByVal display As IDisplay, _
ByVal trackCancel As ITrackCancel _
)
[Visual Basic .NET] Public Sub Draw ( _ ByVal Cursor As IFeatureCursor, _ ByVal drawPhase As esriDrawPhase, _ ByVal display As IDisplay, _ ByVal trackCancel As ITrackCancel _ )
[C#] public void Draw ( IFeatureCursor Cursor, esriDrawPhase drawPhase, IDisplay display, ITrackCancel trackCancel );
[Java] public void draw ( IFeatureCursor Cursor, esridrawPhase drawPhase, IDisplay display, ITrackCancel trackCancel ) throws IOException, AutomationException
[C++] HRESULT Draw( IFeatureCursor* Cursor, esriDrawPhase drawPhase, IDisplay* display, ITrackCancel* trackCancel );
Parameters
Cursor [in]
Cursor is a parameter of type IFeatureCursor
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