Share via


UIPrinterPickerController.PresentFromRect Method

Definition

[Foundation.Export("presentFromRect:inView:animated:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentFromRect(CoreGraphics.CGRect rect, UIKit.UIView view, bool animated, UIKit.UIPrinterPickerCompletionHandler? completion);
[<Foundation.Export("presentFromRect:inView:animated:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentFromRect : CoreGraphics.CGRect * UIKit.UIView * bool * UIKit.UIPrinterPickerCompletionHandler -> bool
override this.PresentFromRect : CoreGraphics.CGRect * UIKit.UIView * bool * UIKit.UIPrinterPickerCompletionHandler -> bool

Parameters

rect
CGRect
view
UIView
animated
Boolean

Returns

Attributes

Applies to