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.0.0.0
Syntax
public void SaveToBitmap(
	string filename,
	int imageSize,
	string htmlReplacementColor
)

Parameters

filename
Type: SystemString
The filename of the bitmap
imageSize
Type: SystemInt32
The size of the bitmap
htmlReplacementColor
Type: SystemString
The color in html format
See Also