Next: get-x
Up: Class Reference
Previous: remove-pen
Superclass: wx:object%
A wx:point% is used for certain drawing commands.
It contains inexact real x and y values.
- (make-object wx:point%) -> wx:point% object
- (make-object wx:point% x y) -> wx:point% object
x : inexact real
y : inexact real
Creates a point.
Methods:
PLT