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