Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7707 Alex2003 1
2
xmlns:o="urn:schemas-microsoft-com:office:office"
3
xmlns:w="urn:schemas-microsoft-com:office:word"
4
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
5
xmlns="http://www.w3.org/TR/REC-html40">
6
 
7
8
9
10
11
12
13
31
32
33
332
418
448
449
 
450
451
 
452
453
 
454

Back

457
style='mso-ansi-language:RU'> to main
458
style='mso-bidi-font-weight:normal'>

459
 
460

 

463
 
464

Function 36 -

467
read screen area

468
 
469

 

471
 
472

Options:

475
 
476

  * eax =

479
36 - function number

480
 
481

  * ebx =

484
pointer to a preallocated memory area where the image
485
in BBGGRRBBGGRR format will be placed ...

486
 
487

  * ecx =

490
[x-axis size] * 65536 + [y-axis size]

491
 
492

  * edx =

495
[x-coordinate] * 65536 + [y-coordinate]

496
 
497

Return value:

500
 
501

  * function does not return value

504
 
505

 

507
 
508

Remarks:

511
 
512

  The coordinates of

515
the area are the coordinates of the upper left corner of the area relative to
516
the screen.

517
 
518

  Image size in bytes

521
is 3 * xsize * ysize.

522
 
523

 

526
 
527

Constants

529
style='font-family:"Arial","sans-serif"'> for 
530
class=SpellE>registers:

531
 
532

  

534
class=SpellE>eax - SF_GET_IMAGE (36)

535
 
536
537
 
538
539
 
540