MoveAbsolute.Execute (METH)

METHOD Execute : BOOL

InOut:

Scope

Name

Type

Comment

Return

Execute

BOOL

Input

Data

MoveAbsoluteData

iPointCount

INT

EffectivePoints

POINTER TO ARRAY [0..0] OF Point

TODO: check if this can be done without a pointer, the pointer * is only used because otherwise arrays with unknown boundaries can’t be used

The optimal way would be a VAR_IN_OUT

pCenter

POINTER TO Point