Accessors for class IlvPoint
Properties
x
y
Description
The
Ilvpoint
class is used to create a
point
.
Type
Name
Description
Notes
Callback
IlvPoint(Int x = 0, Int y = 0)
You can create an
IlvPoint
by specifying its x and y coordinates like this:
myPoint = new IlvPoint(30, 50);
Int
x
Int x
Int
y
Sets or gets or the
x
and
y
coordinates of a point.