Click or drag to resize

Point Class

X#
Create a point, which is used to describe a location on the canvas of a window.
Inheritance Hierarchy
Object
  VObject
    Pair
      Point

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

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Construct a point.
Top
Properties
  NameDescription
Public propertyX
An integer representing this point's x coordinate.
Public propertyY
An integer representing this point's y coordinate.
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
The Point class does not interpret the coordinates—whether they are screen or canvas coordinates is context-dependent.
Examples
For an example using the Point class, refer to the ResourceFile class example.
See Also

Reference