<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > General purposes UDTs > RECT |
Description
RECT structure.
Syntax
Type RECT
nLeft As Long
nTop As Long
nRight As Long
nBottom As Long
End Type
Remarks
See also
Examples