Platforms to show: All Mac Windows Linux Cross-Platform

ScreenshotStringMBS(byref Width as Integer, byref Height as Integer, byref RowBytes as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Screenshot MBS Picture Plugin 8.6 ✅ Yes ✅ Yes ✅ Yes ❌ No All
Returns a picture of the screen content in screen resolution.
Example
dim s as string
dim w,h,r as Integer
s=ScreenshotStringMBS(w,h,r)

Returns nil on any error.
Use ScreenshotFromStringMBS to get the picture from the string.

The items on this page are in the following plugins: MBS Picture Plugin.


The biggest plugin in space...