Platforms to show: All Mac Windows Linux Cross-Platform

Back to TextArea class.

TextArea.WinInsertImageMBS(data as string, Width as Integer, Height as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Controls MBS Win Plugin 14.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Inserts image to file.
Example
Dim pic As Picture = LogoMBS(500)
Dim data As String = pic.GetData(pic.SaveAsJPEG)

call TextArea1.WinInsertImageMBS(data, 500, 500)

Specify size in pixels and image data.
Image data works with JPEG and other data types.
Requires Windows 8 or newer.

Some examples using this method:

Blog Entries

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


The biggest plugin in space...