Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SCAN
#2
No.

If the dialog inserts this code

Code:
Copy      Help
RECT r
scan "file.bmp" 0 r 0x3

, this example shows how to define the rectangle

Code:
Copy      Help
RECT r
r.left=100
r.top=100
r.right=r.left+100
r.bottom=r.top+100
scan "file.bmp" 0 r 0x3


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)