ESRI.ArcGIS.ADF.Local | |
DrawImmediate Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomGlobeLayer Class : DrawImmediate Method |
- pGlobeViewer
Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub DrawImmediate( _ ByVal pGlobeViewer As IGlobeViewer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public abstract void DrawImmediate( IGlobeViewer pGlobeViewer ) |
Parameters
- pGlobeViewer
This is where you should add your drawings on the Globe. This method must be overriden in
your inheriting class. DrawImmediate together with IGlobeDisplayEvents::BeforeDraw and IGlobeDisplayEvents::AfterDraw
is the only safe place where the OpenGL state is ready for custom actions.