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.3.0.0
Syntax
public Bitmap DrawToBitmap(
	int size,
	Color replacementColor
)

Parameters

size  Int32
The size of the Bitmap
replacementColor  Color
The new color of the Bitmap

Return Value

Bitmap
See Also