Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getorigin(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



getorigin(3G)                                                    getorigin(3G)



NAME
     getorigin - returns the position of a graphics window

C SPECIFICATION
     void getorigin(x, y)
     long *x, *y;

PARAMETERS
     x   expects a pointer to the location into which the system should copy
         the x position (in pixels) of the lower left corner of the graphics
         window.

     y   expects a pointer to the location into which the system should copy
         the y position (in pixels) of the lower left corner of the graphics
         window.

DESCRIPTION
     getorigin returns the position (in pixels) of the lower-left corner of a
     graphics window.  Call getorigin after graphics initialization.

SEE ALSO
     winopen

NOTE
     This routine is available only in immediate mode.






























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026