Pointinfo class

///////////////////////////////////////////////////////////////////////////// A helper class that holds information about a point in a UiPath.

It stores the offset of the point and a boolean start flag to indicate if this point begins a new sub-path.

Constructors

Pointinfo(bool start, double x, double y)

Properties

hashCode int
The hash code for this object.
no setterinherited
offset Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start bool
true if a new path should start, can be multiple times in the array. Normally the first Pointinfo has the start=true
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited