Click or drag to resize

SymbolSaveToBitmap Method

Save the bitmap at the spicified path with the specified size and replecement color.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void SaveToBitmap(
	string filename,
	int imageSize,
	string htmlReplacementColor
)

Parameters

filename  String
The filename of the bitmap
imageSize  Int32
The size of the bitmap
htmlReplacementColor  String
The color in html format
See Also