|
|
Copyright 1991 David Jurgens |
struct xycoord far _setlogorg( short x, short y )
- prototype in graph.h
- moves the logical origin (0,0) to the physical point (x,y)
- returns previous logical origin in physical coordinates to:
struct xycoord
{
short xcoord;
short ycoord;
};
|
|
Esc or Alt-X to exit |
_setlogorg |
Home/PgUp/PgDn/End ←↑↓→ |