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


The following tables list the members exposed by Display.

Public Properties

 NameDescription
Public PropertyClientRectangle Gets the display client rectangle.  
Public PropertyDrawingCanceled Indicates if the drawing operation has been cancelled. If true all drawing should be abandoned to release the drawing thread as soon as possible.  
Public PropertyExtentGets the extent as an envelope.  
Public PropertyGraphics Gets the Graphics for the Display.  
Public PropertyHandle Gets the native device context handle.  
Public PropertyOwnerMap Gets the Map associated with the Display.  
Top

Public Methods

 NameDescription
Public MethodDispose Releases all resources used by this Display object.  
Public MethodDrawEllipse Draws an ellipse specified by the bounding Envelope object using the specified pen.  
Public MethodDrawEnvelope Draws an Envelope object using the specified pen.  
Public MethodDrawGeometry Draws the geometry using the specified pen and brush.  
Public MethodDrawLineDraws a line as defined by two coordinates using the specified pen.  
Public MethodDrawMapImageOverloaded. Draws a MapImage object on the display.  
Public MethodDrawMultipointOverloaded. Draws multiple points of the specified size on the Display surface.  
Public MethodDrawPointOverloaded.  Draws a point of the specified size at the location (coordinate) using specified pen and brush.  
Public MethodDrawPolygonOverloaded.  Draws a polygon using the specified pen and brush.  
Public MethodDrawPolylineOverloaded.  Draws a polyline using the specified pen.  
Public MethodDrawTextOverloaded.  Draws the text string at the specified location using the Brush and Font objects.  
Public MethodGetBitmap Creates a Bitmap copy of the display's off-screen image.  
Public MethodGetExtent Gets the current, visible rectangular envelope for the map.  
Public MethodGetMapImage Creates a MapImage copy of the display's off-screen image.  
Public MethodMeasureText Measures the size of specified string when drawn with the specified Font object.  
Public MethodToClientOverloaded.  Converts the map coordinate (map units) into a Point in client screen space (pixels).  
Public MethodToMapOverloaded.  Converts the client screen coordinates (pixel) into map coordinates (map units).  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Finalizer.  
Top

See Also

Reference

Display Class
ESRI.ArcGIS.Mobile Namespace
MobileServiceLayer