Accessors for class IlvPoint

Properties

Description

The Ilvpoint class is used to create a point.

TypeNameDescriptionNotes
CallbackIlvPoint(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);
IntxInt x
IntySets or gets or the x and y coordinates of a point.