Show
Top  Previous  Next

Description

This COM method shows ImageWarp window and restores its size and position.


Syntax


[VB]
objImageWarp.Show


[C/C++]
HRESULT Show();


Parameters

None  


Return Values


S_OK  
Success  
E_FAIL  
Failure.  


Example


This VB code shows ImageWarp window, loads a script from the file and executes it:


IW.Show
IW.Load ("C:\\Program Files\\ImageWarp\\Scripts\\18_realtime.prg")
IW.Run



Remarks

When ImageWarp is activated through COM, it starts in the invisible mode. If you intend to utilize ImageWarp interface rather then to write your own GUI, use this method to bring ImageWarp on screen.