Returns a bitmap of the specified size and width, containing the current symbol scaled to maintain the current aspect ratio.

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(
	int width,
	int height
)
Visual Basic (Declaration)
Public Function GetBitmap ( _
	width As Integer, _
	height As Integer _
) As Bitmap

Parameters

width
Type: System..::.Int32

The width of the bitmap in pixels.
height
Type: System..::.Int32

The height of the bitmap in pixels.

Return Value

A Bitmap of the current symbol.

Remarks

This overload can be used to return a bitmap of the specified symbol using the desired height and width.

See Also