次の方法で共有


UIPrinterPickerController.PresentFromRectAsync メソッド

定義

オーバーロード

PresentFromRectAsync(CGRect, UIView, Boolean)

で に固定されているポップオーバーでピッカーを非同期的に表示します。

PresentFromRectAsync(CGRect, UIView, Boolean, Boolean)

このアプリの を UIPrinterPickerController 、結果を提供するタスクを RectangleF 返す、アニメーションの有無に応じて、ビューに UIView 含まれるオブジェクトに animated固定されたポップオーバーとして表示します。

PresentFromRectAsync(CGRect, UIView, Boolean)

で に固定されているポップオーバーでピッカーを非同期的に表示します。

public virtual System.Threading.Tasks.Task<UIKit.UIPrinterPickerCompletionResult> PresentFromRectAsync (CoreGraphics.CGRect rect, UIKit.UIView view, bool animated);
abstract member PresentFromRectAsync : CoreGraphics.CGRect * UIKit.UIView * bool -> System.Threading.Tasks.Task<UIKit.UIPrinterPickerCompletionResult>
override this.PresentFromRectAsync : CoreGraphics.CGRect * UIKit.UIView * bool -> System.Threading.Tasks.Task<UIKit.UIPrinterPickerCompletionResult>

パラメーター

rect
CGRect
view
UIView
animated
Boolean

戻り値

非同期の PresentFromRect 操作を表すタスク。 TResult パラメーターの値は 型 Action<UIKit.UIPrinterPickerCompletionResult>です。

適用対象

PresentFromRectAsync(CGRect, UIView, Boolean, Boolean)

このアプリの を UIPrinterPickerController 、結果を提供するタスクを RectangleF 返す、アニメーションの有無に応じて、ビューに UIView 含まれるオブジェクトに animated固定されたポップオーバーとして表示します。

public virtual System.Threading.Tasks.Task<UIKit.UIPrinterPickerCompletionResult> PresentFromRectAsync (CoreGraphics.CGRect rect, UIKit.UIView view, bool animated, out bool result);
abstract member PresentFromRectAsync : CoreGraphics.CGRect * UIKit.UIView * bool *  -> System.Threading.Tasks.Task<UIKit.UIPrinterPickerCompletionResult>
override this.PresentFromRectAsync : CoreGraphics.CGRect * UIKit.UIView * bool *  -> System.Threading.Tasks.Task<UIKit.UIPrinterPickerCompletionResult>

パラメーター

rect
CGRect

ポップオーバーを固定する四角形 view(の座標空間)。

view
UIView

座標空間 rect が指定されている 内のビュー。

animated
Boolean

ピッカーの表示をアニメーション化するかどうか。

result
Boolean

戻り値

適用対象