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: 11.2.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