SymbolDrawToBitmap Method |
Draw given symbol as a bitmap.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public Bitmap DrawToBitmap(
int size,
Color replacementColor
)
Public Function DrawToBitmap (
size As Integer,
replacementColor As Color
) As Bitmap
Parameters
- size
- Type: SystemInt32
The size of the Bitmap - replacementColor
- Type: System.DrawingColor
The new color of the Bitmap
Return Value
Type:
BitmapSee Also