Returns a full-size bitmap of the current symbol.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Bitmap GetBitmap()
Visual Basic (Declaration)
Public Function GetBitmap As Bitmap

Return Value

The Bitmap used by the specified symbol.

Remarks

This overload can be used to return the bitmap used for the specified symbol.

See Also