Click or drag to resize

Bitmap Class

X#
Create a bitmap, which is a bit pattern entity—that is, a two-dimensional array of pixels, each pixel having color attributes (monochrome or color).
Inheritance Hierarchy
Object
  VObject
    Bitmap

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS Bitmap INHERIT VObject
Request Example View Source

The Bitmap type exposes the following members.

Constructors
  NameDescription
Public methodBitmap
Load a bitmap from the resource entity.
Top
Properties
  NameDescription
Public propertySize
A Dimension object representing the size of the bitmap.
Top
Methods
  NameDescription
Public methodDestroy
Provide a method to de-instantiate a Bitmap object.
(Overrides Destroy.)
Public methodHandle
Return the handle for a bitmap.
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
In X#, bitmaps are created from resource entities, and can be used to create brushes and icons.
See Also

Reference