Returns a new marker symbol object with the specified bitmap.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public static Symbol CreateMarker(
	Bitmap bitmap
)
Visual Basic (Declaration)
Public Shared Function CreateMarker ( _
	bitmap As Bitmap _
) As Symbol

Parameters

bitmap
Type: System.Drawing..::.Bitmap

The bitmap image to use for the marker symbol.

Return Value

A new Symbol object that can be used to represent a point on the map.

Remarks

This overload can be used to create a new marker symbol using an existing bitmap (.bmp) file.

See Also