Click or drag to resize

SymbolDrawToBitmap Method

Draw given symbol as a bitmap.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public Bitmap DrawToBitmap(
	int size,
	Color replacementColor
)

Parameters

size
Type: SystemInt32
The size of the Bitmap
replacementColor
Type: System.DrawingColor
The new color of the Bitmap

Return Value

Type: Bitmap
See Also