Platforms to show: All Mac Windows Linux Cross-Platform

Back to IKImageEditPanelMBS class.

IKImageEditPanelMBS.Changed(pic as picture, CGImageHandle as Integer, metaData as dictionary)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event ImageKit MBS AVFoundation Plugin 8.1 ✅ Yes ❌ No ❌ No ❌ No
The image changed and you should update your GUI.

pic: The image as a picture.
CGImageHandle: The internal handle to the original CGImage which is used to make the picture.
metaData: additional image data.

IKImageEditPanelMBS.hasAdjustMode as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event ImageKit MBS AVFoundation Plugin 13.5 ✅ Yes ❌ No ❌ No ❌ No
Returns whether the adjust mode view tab should be displayed.

Return true if the tab should be displayed, otherwise false.
Available on Mac OS X 10.6 or newer.

IKImageEditPanelMBS.hasDetailsMode as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event ImageKit MBS AVFoundation Plugin 13.5 ✅ Yes ❌ No ❌ No ❌ No
Returns whether the details mode view tab should be displayed.

True if the tab should be displayed, otherwise false.
Available on Mac OS X 10.6 or newer.

IKImageEditPanelMBS.hasEffectsMode as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event ImageKit MBS AVFoundation Plugin 13.5 ✅ Yes ❌ No ❌ No ❌ No
Returns whether the effects mode view tab should be displayed.

True if the tab should be displayed, otherwise false.
Available on Mac OS X 10.6 or newer.

IKImageEditPanelMBS.Image as picture

Type Topic Plugin Version macOS Windows Linux iOS Targets
event ImageKit MBS AVFoundation Plugin 8.1 ✅ Yes ❌ No ❌ No ❌ No
The panel needs an image to start with.

Return your image in this event whenever the panel needs it.

IKImageEditPanelMBS.imageProperties as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
event ImageKit MBS AVFoundation Plugin 13.5 ✅ Yes ❌ No ❌ No ❌ No
Returns a dictionary of the image properties associated with the image in the image edit panel.

Available on Mac OS X 10.5 or newer.

IKImageEditPanelMBS.thumbnailWithMaximumSize(Width as Double, Height as Double) as picture

Type Topic Plugin Version macOS Windows Linux iOS Targets
event ImageKit MBS AVFoundation Plugin 13.5 ✅ Yes ❌ No ❌ No ❌ No
Returns a thumbnail image whose size is no larger than the specified size.

Available in OS X v 10.5 and later.

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


The biggest plugin in space...