UIPrintInteractionController.PresentFromRectInView 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.
[Foundation.Export("presentFromRect:inView:animated:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentFromRectInView(CoreGraphics.CGRect rect, UIKit.UIView view, bool animated, UIKit.UIPrintInteractionCompletionHandler? completion);
[<Foundation.Export("presentFromRect:inView:animated:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentFromRectInView : CoreGraphics.CGRect * UIKit.UIView * bool * UIKit.UIPrintInteractionCompletionHandler -> bool
override this.PresentFromRectInView : CoreGraphics.CGRect * UIKit.UIView * bool * UIKit.UIPrintInteractionCompletionHandler -> bool
Parameters
- rect
- CGRect
- view
- UIView
- animated
- Boolean
- completion
- UIPrintInteractionCompletionHandler
Returns
- Attributes