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