UIDocumentInteractionRectangle Delegate
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.
C#
public delegate CoreGraphics.CGRect UIDocumentInteractionRectangle(UIDocumentInteractionController controller);
type UIDocumentInteractionRectangle = delegate of UIDocumentInteractionController -> CGRect
- controller
- UIDocumentInteractionController
The calling controller.
The rectangle where the preview will be shown.
Signature for the UIDocumentInteractionRectangle's RectangleForPreview hook.
Producto | Versiones |
---|---|
Xamarin iOS SDK | 12 |