Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to IKPictureTakerMBS class.
IKPictureTakerMBS.AllowsEditing as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
IKPictureTakerMBS.AllowsFileChoosing as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
IKPictureTakerMBS.AllowsVideoCapture as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
IKPictureTakerMBS.Available as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
True on Mac OS X 10.5.
IKPictureTakerMBS.beginPictureTaker as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
You will later receive an event for the case the user clicks on OK or Cancel buttons.
Returns true on success and false on failure.
IKPictureTakerMBS.beginPictureTakerSheet(parent as DesktopWindow) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
parent: The parent window of the picture taker sheet.
You will later receive an event for the case the user clicks on OK or Cancel buttons.
Available in Mac OS X v10.5 and later.
See also:
IKPictureTakerMBS.beginPictureTakerSheet(parent as NSWindowMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
parent: The parent window of the picture taker sheet.
You will later receive an event for the case the user clicks on OK or Cancel buttons.
Available in Mac OS X v10.5 and later.
See also:
IKPictureTakerMBS.beginPictureTakerSheet(parent as window) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
parent: The parent window of the picture taker sheet.
You will later receive an event for the case the user clicks on OK or Cancel buttons.
Available in Mac OS X v10.5 and later.
See also:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.CropAreaSizeHeight as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.CropAreaSizeWidth as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.InformationalText as NSAttributedStringMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
On getting the value the plugin will check whether the value is a formatted or a plain text. if it is a plain text, it will return the plain text as a NSAttributedStringMBS.
(Read and Write computed property)
See also:
IKPictureTakerMBS.InformationalText as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
On getting the value the plugin will check whether the value is a formatted or a plain text. if it is a formatted text, it will return the formatted text as plain text.
(Read and Write computed property)
See also:
IKPictureTakerMBS.inputImage as NSImageMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The input image is never modified by the PictureTaker.
(Read and Write computed property)
IKPictureTakerMBS.mirroring as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Controls whether the receiver enable/disable video mirroring durring snapshots (default is true).
(Read and Write computed property)
IKPictureTakerMBS.outputImage as NSImageMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.OutputImageMaxSizeKeyHeight as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.OutputImageMaxSizeKeyWidth as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.popUpRecentsMenuForView(parent as NSViewMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
You will later receive an event for the case the user clicks on OK or Cancel buttons.
Available in Mac OS X v10.5 and later.
IKPictureTakerMBS.RemainOpenAfterValidate as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Requires Mac OS X 10.6.
(Read and Write computed property)
IKPictureTakerMBS.runModal as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns NSOKButton (1) if the user edits or chooses an image and confirm panel, NSCancelButton (0) if the user canceled or didn't change the image.
You may want to disable effects as they won't work in Xojo in a modal picture taker dialog.
IKPictureTakerMBS.SetCropAreaSize(width as Double, height as Double)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.SetOutputImageMaxSize(width as Double, height as Double)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKPictureTakerMBS.ShowAddressBookPicture as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
IKPictureTakerMBS.ShowEffects as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
IKPictureTakerMBS.ShowEmptyPicture as NSImageMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 13.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
IKPictureTakerMBS.ShowRecentPicture as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
IKPictureTakerMBS.UpdateRecentPicture as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
(Read and Write computed property)
The items on this page are in the following plugins: MBS AVFoundation Plugin.