Returns a Bitmap of the Symbol. Overloads are available to specify the size and background Color of the Bitmap.

Overload List

  NameDescription
GetBitmap()()()
Returns a full-size bitmap of the current symbol.
GetBitmap(Int32, Int32)
Returns a bitmap of the specified size and width, containing the current symbol scaled to maintain the current aspect ratio.
GetBitmap(Int32, Int32, Color)
Returns a bitmap of the specified size and width, containing the current symbol scaled to maintain the current aspect ratio with the specified background color.

See Also