Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

getorigin()  —  Silicon Graphics Silicon Graphics

NAME

getorigin - returns the position of a graphport in the window manager

SPECIFICATION

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

FORTRAN
subroutine getori(x, y)
integer*4 x, y

Pascal
procedure getorigin(x, y: longint);

DESCRIPTION

getorigin returns the position of the lower left corner of a graphport.  It should only be called after getport.  When the window manager is not running, getorigin always returns (0, 0). 

SEE ALSO

getport

NOTE

This command can be used only in immediate mode. 

Version 2.3  —  July 04, 1985

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