See Also: tWebDrawingEventData, tWebPoint, tWebSize, Declaring Variables, Struct, Float
tWebDrawingResizetDatais a structured type that is used to represent information about a resize event in the cWebDrawing class.
Struct tWebDrawingReizetData
Float fViewWidth
Float fViewHeight
End_Struct
fViewWidth
The current width of the canvas
fViewHeight
The current height of the canvas
Use cWebDrawing.pkg
:
tWebDrawingResizetData {variableName}
To declare tWebDrawingResizetDatavariables, use the name of the type (tWebDrawingReizetData) followed by the variable name.
tWebDrawingResizetData MyResizeData
See struct variables for more details of instantiating struct types.