C# SDK

◆ ChangeAppRectangle()

static int ChangeAppRectangle ( out SError  Error,
int  nLeft,
int  nTop,
int  nWidth,
int  nHeight,
Int32  MaxTime 
)
inlinestatic

This function change position and size of Drive application.

Parameters
ErrorAdditional error information returned from Drive.
nLeftx-coordinate of Drive top left corner.
nTopy-coordinate of Drive top left corner.
nHeightHeight of Drive in pixels.
nWidthWidth of Drive in pixels.
MaxTimeMaximum time (in milliseconds) function can take. If MaxTime=0 function execution is not time limited.
Returns
1 if successful, other value otherwise.

References SError.SizeOf().