UIPrinterPickerController.PresentFromRect 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.
Presents the picker in a popover that is anchored to in .
[Foundation.Export("presentFromRect:inView:animated:completionHandler:")]
public virtual bool PresentFromRect (CoreGraphics.CGRect rect, UIKit.UIView view, bool animated, UIKit.UIPrinterPickerCompletionHandler completion);
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
- completion
- UIPrinterPickerCompletionHandler
Returns
- Attributes