See Also: tWebDrawingEventData, tWebDrawingResizetData, tWebSize, Declaring Variables, Struct, Float
tWebPoint is a structured type that is used to represent information about the point of a shape used in the cWebDrawing class.
You can use the XYPoint function to initialize a tWebPoint struct.
Struct tWebPoint
Float fX
Float fY
End_Struct
fX
The X coordinate of the point
fY
The Y coordinate of the point
Use cWebDrawing.pkg
:
tWebPoint {variableName}
To declare tWebPoint variables, use the name of the type (tWebPoint) followed by the variable name.
tWebPoint MyShape
See struct variables for more details of instantiating struct types.