Share via


UIPrintInteractionController.PresentFromRectInView Method

Definition

[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

Returns

Attributes

Applies to