QLPreviewControllerDelegate_Extensions.TransitionImageForPreviewItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIImage? TransitionImageForPreviewItem(this QuickLook.IQLPreviewControllerDelegate This, QuickLook.QLPreviewController controller, QuickLook.IQLPreviewItem item, CoreGraphics.CGRect contentRect);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member TransitionImageForPreviewItem : QuickLook.IQLPreviewControllerDelegate * QuickLook.QLPreviewController * QuickLook.IQLPreviewItem * CoreGraphics.CGRect -> UIKit.UIImage
Parameters
- controller
- QLPreviewController
- item
- IQLPreviewItem
- contentRect
- CGRect
Returns
- Attributes