SymbolSaveToBitmap Method |
Save the bitmap at the spicified path with the specified size and replecement color.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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 String
- The filename of the bitmap
- imageSize Int32
- The size of the bitmap
- htmlReplacementColor String
- The color in html format
See Also