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


The following tables list the members exposed by PictureMarkerSymbol.

Public Constructors

 NameDescription
Public ConstructorPictureMarkerSymbol Constructor Creates a new instance. The bitmap ownership will passed to the symbol.  
Top

Public Properties

 NameDescription
Public PropertyBitmap Gets the symbol bitmap.  
Public PropertyFringeSizeOverridden.  Gets the fringe size of the symbol in screen units. Used when invalidating the MapSurface.  
Public PropertyLabel Gets the display label associated with the symbol. (Inherited from Symbol)
Public PropertyOffsetX Gets or sets the horizontal offset of centering the symbol (pixels).  
Public PropertyOffsetY Gets or sets the vertical offset of centering the symbol (pixels).  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Disposes the instance.  
Public MethodDrawOverridden.  Draws the geometry on the MapSurface using the symbology.  
Public MethodDrawArea Draws on the MapSurface the coordinate collection as an area using the symbology. (Inherited from Symbol)
Public MethodDrawLineOverloaded.  Draws a line between the two coordinates on the MapSurface using the symbology. (Inherited from Symbol)
Public MethodDrawMultipointOverridden.  Draws the coordinates on the MapSurface using the symbology.  
Public MethodDrawPointOverridden.  Draws the coordinate on the MapSurface using the symbology.  
Public MethodDrawText Draws the text at the location. (Inherited from Symbol)
Top

See Also