UIDocumentInteractionRectangle Delegate
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.
A delegate signature for getting the region used for previewing.
public delegate CoreGraphics.CGRect UIDocumentInteractionRectangle(UIDocumentInteractionController controller);
type UIDocumentInteractionRectangle = delegate of UIDocumentInteractionController -> CGRect
Parameters
- controller
- UIDocumentInteractionController
The calling controller.
Return Value
The rectangle where the preview will be shown.
Remarks
Signature for the UIDocumentInteractionRectangle's RectangleForPreview hook.