ESRI.ArcGIS.Mobile
MapPaintEventArgs Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : MapPaintEventArgs Class


The following tables list the members exposed by MapPaintEventArgs.

Public Constructors

 NameDescription
Public ConstructorMapPaintEventArgs Constructor Initializes a new instance of the MapPaintEventArgs class.  
Top

Public Properties

 NameDescription
Public PropertyClipRectangleGets the rectangle in which to paint. (Inherited from System.Windows.Forms.PaintEventArgs)
Public PropertyDisplay Gets the Map Display object. Null if the Map was not valid.  
Public PropertyGraphicsGets the graphics used to paint. (Inherited from System.Windows.Forms.PaintEventArgs)
Public PropertyRendering Gets the status of the map drawing progress.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded. Releases all resources used by the PaintEventArgs. (Inherited from System.Windows.Forms.PaintEventArgs)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from System.Windows.Forms.PaintEventArgs)
Top

See Also