Click or drag to resize

ShapeObject Class (Typed)

X#
Inheritance Hierarchy
Object
  VObject
    DrawObject
      ShapeObject
        BitmapObject
        EllipseObject
        PieObject
        RectangleObject

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

The ShapeObject type exposes the following members.

Constructors
  NameDescription
Public methodShapeObject(Point, Dimension)
Initializes a new instance of the ShapeObject class
Public methodShapeObject(Point, Dimension, Pen)
Initializes a new instance of the ShapeObject class
Public methodShapeObject(Point, Dimension, Pen, Brush)
Initializes a new instance of the ShapeObject class
Top
Properties
  NameDescription
Public propertyBoundingBox (Overrides BoundingBox.)
Public propertyBrush
Public propertyOrigin (Inherited from DrawObject.)
Public propertyPen
Public propertyRasterOperation (Inherited from DrawObject.)
Public propertySize (Overrides Size.)
Top
Functions
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also