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


The following tables list the members exposed by MapImage.

Public Constructors

 NameDescription
Public ConstructorMapImage ConstructorOverloaded.  Constructs a new MapImage.  
Top

Public Properties

 NameDescription
Public PropertyHandle Gets the GDI bitmap handle.  
Public PropertyHeight Gets the height of the image in pixels.  
Public PropertyWidth Gets the width of the image in pixels.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Disposes the object.  
Public MethodFillColor Fills the image with the specified color.  
Public MethodOverlay Overlays another MapImage onto this one.  
Public MethodRotate Creates a rotated copy of the image.  
Public MethodScaleOverloaded.  Creates a resized copy of a portion of the image using bi-linear scaling.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  MapImage destructor.  
Top

See Also