[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oRect:New( <nTop>, <nLeft>, <nBottom>, <nRight> ) -> <oRect>
------------------------------------------------------------------------------
PARAMETER:
<nTop> To <nRight> are the coordinates of our rectangle
DESCRIPTION:
This Method creates a TRECT object and initializes its coordinate
instance vars.
EXAMPLE:
+-------------------------------------------------------------+
| /* Define the Window Position */ |
| oRect := TRECT():New(1,1,500,300 ) |
| oRect:nTop += 48 |
| oRect:nLeft += 120 |
+-------------------------------------------------------------+
See Also:
GetCliRect
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson