Point Class | |
Create a point, which is used to describe a location on the canvas of a window.
Inheritance Hierarchy
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax The Point type exposes the following members.
Constructors
| Name | Description |
---|
| Point |
Construct a point.
|
TopProperties
| Name | Description |
---|
| X |
An integer representing this point's x coordinate.
|
| Y |
An integer representing this point's y coordinate.
|
TopMethods
| Name | Description |
---|
| Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) |
TopFields 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