|
getWorkHeight
|
|
|
|
| None
|
|
|
|
|
| The height of the workspace in screen pixels.
|
|
|
|
|
| ERR_OK
|
|
|
| The flag set if successful.
|
|
|
| ERR_FAILED
|
|
|
| The flag set if failed.
|
|
|
|
|
| This set of statements retrieves the width and height of ImageWarp's workspace and prints the information in the terminal window:
|
|
|
| x=getWorkWidth ( )
|
| y=getWorkHeight ()
|
| Print "Workspace width=", x
|
| Print "Workspace height=", y
|