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 to

457
main

458
 
459

 

462
 
463

Function 13 -

466
draw a rectangle in the window

467
 
468

Options:

471
 
472

  * eax =

475
13 - function number

476
 
477

  * ebx =

480
[x axis coordinate] * 65536 + [x axis size]

481
 
482

  * ecx =

485
[y-coordinate] * 65536 + [y-axis size]

486
 
487

  * edx =

490
0xRRGGBB or 0x80RRGGBB color for gradient fill

491
 
492

Return value:

495
 
496

  * function does not return value

499
 
500

Remarks:

503
 
504

  * Coordinates are coordinates of the upper left corner of

507
the rectangle relative to the window.

508
 
509

 

512
 
513

Constants for registers:

516
 
517

  eax -

520
SF_DRAW_RECT (13)

521
 
522
523
 
524
525
 
526