VisuStructPoint (STRUCT)

TYPE VisuStructPoint : STRUCT

This type is used also within the runtime system under the name RTS_Point, defined in SysGraphicBase.h Structure can be used also from end users (Polygon dynamic array)

InOut:

Name

Type

Comment

iX

INT

setter and getter for the single member: as we want to have access within the AP, we prefer single properties. See IVisuStructPoint2

iY

INT

setter and getter for the single member: as we want to have access within the AP, we prefer single properties. See IVisuStructPoint2