Click or drag to resize

BitmapObject Class (Typed)

X#
Create a Bitmap object; this type of entity is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various objects.
Inheritance Hierarchy
Object
  VObject
    DrawObject
      ShapeObject
        BitmapObject

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS BitmapObject INHERIT ShapeObject
Request Example View Source

The BitmapObject type exposes the following members.

Constructors
  NameDescription
Public methodBitmapObject
Construct a BitmapObject object.
Top
Properties
  NameDescription
Public propertyBoundingBox (Inherited from ShapeObject.)
Public propertyBrush (Inherited from ShapeObject.)
Public propertyOrigin (Inherited from DrawObject.)
Public propertyPen (Inherited from ShapeObject.)
Public propertyRasterOperation (Inherited from DrawObject.)
Public propertySize (Inherited from ShapeObject.)
Top
Functions
  NameDescription
Public methodDestroy (Inherited from ShapeObject.)
Public methodDraw (Inherited from DrawObject.)
Public methodHandle (Inherited from DrawObject.)
Public methodHitTest (Inherited from DrawObject.)
Top
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also