All Editions
Related Functions
Example
The IN_MoveDocumentWindow function moves a document window to the specified position and scales it to the specified size.
Syntax
int IN_MoveDocumentWindow( docwinID, x1, y1, dx, dy )
|
Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
SHORT x1, y1 |
top-left coordinates, relative to the top-left corner of the client area of the Imagenation window | |
|
SHORT dx |
width of the window in pixels | |
|
SHORT dy |
height of the window in pixels | |
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also