Click or drag to resize

Dimension Class (Typed)

X#
Create a Dimension object, which is used to describe the size of two-dimensional objects using ordered pair coordinates (width, height or x, y).
Inheritance Hierarchy
Object
  VObject
    Pair
      Dimension

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

The Dimension type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEmpty
Is the pair empty ?(both values equal to 0)
(Inherited from Pair.)
Public propertyHeight
A numeric value representing this dimension's height.
Public propertyWidth
A numeric value representing this dimension's width.
Top
Functions
  NameDescription
Public methodClone
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodGetHashCode (Inherited from Pair.)
Top
Operators
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
Tip Tip
When a dimension is used to describe irregularly-shaped objects, it specifies the size of the smallest bounding box that can fully enclose the object.
See Also