Share via


IUIDocumentInteractionControllerDelegate.RectangleForPreview Method

Definition

The RectangleF used as the starting point for animating the display of a document preview.

[Foundation.Export("documentInteractionControllerRectForPreview:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect RectangleForPreview(UIKit.UIDocumentInteractionController controller);
[<Foundation.Export("documentInteractionControllerRectForPreview:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RectangleForPreview : UIKit.UIDocumentInteractionController -> CoreGraphics.CGRect
override this.RectangleForPreview : UIKit.UIDocumentInteractionController -> CoreGraphics.CGRect

Parameters

Returns

Attributes

Applies to