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 IKImageViewMBS class.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
On success the handle property is not zero.
See also:
IKImageViewMBS.Constructor(Handle as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The handle is casted to a IKImageView and the plugin retains this handle.
See also:
IKImageViewMBS.Constructor(left as double, top as double, width as double, height as double)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
On success the handle property is not zero.
See also:
IKImageViewMBS.convertImagePointToViewPoint(imagePoint as NSPointMBS) as NSPointMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
imagePoint: A point specified in coordinates relative to the image.
Returns a point specified in coordinates relative to the image view.
IKImageViewMBS.convertImageRectToViewRect(ImageRect as NSRectMBS) as NSRectMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
ImageRect: An rectangle specified in coordinates relative to the image.
Returns an rectangle specified in coordinates relative to the image view.
IKImageViewMBS.convertViewPointToImagePoint(viewPoint as NSPointMBS) as NSPointMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
viewPoint: A point specified in coordinates relative to the image view.
Returns the point specified in coordinates relative to the image.
IKImageViewMBS.convertViewRectToImageRect(viewRect as NSRectMBS) as NSRectMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
viewRect: An rectangle specified in coordinates relative to the image view.
The rectangle specified in coordinates relative to the image.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKImageViewMBS.flipImageHorizontal
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKImageViewMBS.flipImageVertical
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKImageViewMBS.Overlay(layerType as string) as Variant
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The Core Animation layer associated with a layer type.
Value is a CALayerMBS object.
(Read and Write computed property)
IKImageViewMBS.rotateImageLeft
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKImageViewMBS.rotateImageRight
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKImageViewMBS.scrollToPoint(point as NSPointMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
point: The point to scroll to.
IKImageViewMBS.scrollToRect(rect as NSRectMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Rect: The rectangular area to include in the view.
IKImageViewMBS.SetImage(image as CGImageMBS, metaData as Dictionary = nil)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
image: The image to set.
metaData: A dictionary that contains metadata that describes the image.
IKImageViewMBS.SetImageFile(File as FolderItem)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
File: The file that specifies the location of the image.
This method is the preferred initializer for RAW images. If you use this method for a TIFF file that contains multiple images, only the first image is displayed.
IKImageViewMBS.SetImageURL(URL as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
url: The URL that specifies the location of the image.
This method is the preferred initializer for RAW images. If you use this method for a TIFF file that contains multiple images, only the first image is displayed.
IKImageViewMBS.setImageZoomFactor(zoomFactor as Double, centerPoint as NSPointMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
zoomFactor: The zoom factor to apply to the image.
centerPoint: The point that specifies the origin of the zoom factor.
IKImageViewMBS.SetPicture(picture as Picture, metaData as Dictionary = nil)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
picture: The picture to set.
metaData: A dictionary that contains metadata that describes the image.
IKImageViewMBS.setRotationAngle(rotationAngle as Double, centerPoint as NSPointMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
rotationAngle: The rotation angle to apply to the image.
centerPoint: The point that specifies the origin of the rotation angle.
IKImageViewMBS.zoomImageToActualSize
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
IKImageViewMBS.zoomImageToRect(rect as NSRectMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
rect: The rectangle to fit the image in.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ImageKit | MBS AVFoundation Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The items on this page are in the following plugins: MBS AVFoundation Plugin.