Click or drag to resize

DisplayBitmap Constructor

Overload List
  NameDescription
Public methodDisplayBitmap(Bitmap)
Constructs a DisplayBitmap from an existing bitmap.
Public methodDisplayBitmap(String, Bitmap)
Creates a DisplayBitmap either from a path, or a bitmap. If the path is null, a random tag name will be used. If the bitmap is null, the bitmap will be loaded from the path. If both are null, the object is invalid. if both are valid objects, the bitmap will be used and it will be added to Rhino's bitmap cache with the path supplied. In other words, this is a way to add a bitmap from memory directly into Rhino's memory cache.
Top
See Also