DrawPicture,,corner%(0) Correction for QuickBASIC Page 479 (45482)
This article was previously published under Q45482
SUMMARY
The example for the DrawPicture statement is incorrect on Page 479 of
"Microsoft QuickBASIC for Apple Macintosh: Language Reference."
If you pass DrawPicture the handle and corner point, you must have two
commas separating them. Also, the second sentence describing
DrawPicture needs rewording. DrawPicture on Page 479 should be
corrected as follows:
DrawPicture H& [ ,rec%(0) | ,,corner%(0) ]
Draws the picture with handle H&, scaling it to fit in rec%. To
draw the picture at a given upper-left point, use the corner%
argument, where corner%(0) is a two-element (or point) array,
as in the example below:
DrawPicture H&,,corner%(0)
To draw the picture in its original size and position, use the
DrawPicture with only handle H&.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB45482 |
|