tWebDrawingResizetData

See Also: tWebDrawingEventData, tWebPoint, tWebSize, Declaring Variables, Struct, Float

 

Purpose

tWebDrawingResizetDatais a structured type that is used to represent information about a resize event in the cWebDrawing class.

 

Type Declaration

Struct tWebDrawingReizetData

    Float fViewWidth

    Float fViewHeight

End_Struct

 

Struct Members

fViewWidth

The current width of the canvas

fViewHeight

The current height of the canvas

 

Syntax

Use cWebDrawing.pkg

:

tWebDrawingResizetData {variableName}

 

Declaring variables

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.