Description:
When you specify an URL as a image file name, II2LN will connect to the internet and retrieve the URL as an image.
If you just want to grab a certain peace of a web page, you can use this import option to specify the rectangle you want to "clip out", thus "ClipRect"
Declaration:
SetWebGrabClipRect:<X>,<Y>,<Width>,<Height>
Parameters:
Param |
Description |
<X> |
The X parameter in pixels |
<Y> |
The Y parameter in pixels |
<Width> |
The width in pixels |
<Height> |
The height in pixels |
Notes:
Introduced in version:
1.4.0.0
Repeatable
No