ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 28 feature!
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
Example
MyCapture is Image
MyCapture = PicRectangularSnip(True)
Syntax
<Result> = PicRectangularSnip([<Minimize>])
<Result>: Image variable
Image variable containing the result of the capture.
<Minimize>: Optional boolean
  • True to minimize the application while the screenshot is being taken,
  • False otherwise.
Component: wd280pic.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment