com.esri.arcgis.controls
Class IMapControlEvents2OnBeforeScreenDrawEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.controls.IMapControlEvents2OnBeforeScreenDrawEvent
All Implemented Interfaces:
Serializable

public class IMapControlEvents2OnBeforeScreenDrawEvent
extends EventObject

Description

OnBeforeScreenDraw is triggered before the IDisplayEvents::DisplayStarted event is called on the map's screen display. The hdc represents the device context on the screen display.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IMapControlEvents2OnBeforeScreenDrawEvent(Object source)
           
 
Method Summary
 int getHdc()
           
 void init(int hdc)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMapControlEvents2OnBeforeScreenDrawEvent

public IMapControlEvents2OnBeforeScreenDrawEvent(Object source)
Method Detail

init

public void init(int hdc)

getHdc

public final int getHdc()