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
Syntaxpublic void SaveToBitmap(
string filename,
int imageSize,
string htmlReplacementColor
)
Public Sub SaveToBitmap (
filename As String,
imageSize As Integer,
htmlReplacementColor As String
)
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