ESRI.ArcGIS.ADF.Local | |
Draw Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomLayer Class : Draw Method |
- drawPhase
- Display
- trackCancel
Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub Draw( _ ByVal drawPhase As esriDrawPhase, _ ByVal Display As IDisplay, _ ByVal trackCancel As ITrackCancel _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public abstract void Draw( esriDrawPhase drawPhase, IDisplay Display, ITrackCancel trackCancel ) |
Parameters
- drawPhase
- Display
- trackCancel
This method draws the layer to the Display for the specified DrawPhase.
Use the TrackCancel object to allow the drawing of the layer to be interrupted by the user.
In order to implement you inheriting class, you must override this method