Platforms to show: All Mac Windows Linux Cross-Platform

Back to iOSPictureMBS module.

iOSPictureMBS.ImageSaveCompletedMBS(error as NSErrorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
delegate Graphics & Pictures MBS Picture Plugin 21.1 ❌ No ❌ No ❌ No ✅ Yes iOS only
The delegate called when image saving is done.
Example
// sample method you could reference via AddressOf
Sub ImageSaved(error as NSErrorMBS)
If error <> Nil Then
MessageBox "Failed to save"+EndOfLine+EndOfLine+error.LocalizedDescription
Else
MessageBox "Saved."
End If
End Sub

If error is nil, the save was successful.

Some methods using this delegate:

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


The biggest plugin in space...