ESRI.ArcGIS.ADF.Local | |
Draw Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomGlobeLayer Class : Draw Method |
- drawPhase
- Display
- trackCancel
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Draw( _ ByVal drawPhase As esriDrawPhase, _ ByVal Display As IDisplay, _ ByVal trackCancel As ITrackCancel _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual 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.