UIPrinterPickerController.PresentFromRectAsync Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
PresentFromRectAsync(CGRect, UIView, Boolean) |
Secara asinkron menyajikan pemilih dalam popover yang berlabuh di . |
PresentFromRectAsync(CGRect, UIView, Boolean, Boolean) |
UIPrinterPickerController Memperlihatkan dari aplikasi ini sebagai popover yang berlabuh ke objek yang RectangleF terkandung dalam UIView tampilan, dengan atau tanpa animasi, tergantung pada |
PresentFromRectAsync(CGRect, UIView, Boolean)
Secara asinkron menyajikan pemilih dalam popover yang berlabuh di .
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>
Parameter
- rect
- CGRect
- view
- UIView
- animated
- Boolean
Mengembalikan
Tugas yang mewakili operasi PresentFromRect asinkron. Nilai parameter TResult berjenis Action<UIKit.UIPrinterPickerCompletionResult>
.
Berlaku untuk
PresentFromRectAsync(CGRect, UIView, Boolean, Boolean)
UIPrinterPickerController Memperlihatkan dari aplikasi ini sebagai popover yang berlabuh ke objek yang RectangleF terkandung dalam UIView tampilan, dengan atau tanpa animasi, tergantung pada animated
, mengembalikan tugas yang memberikan hasilnya.
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>
Parameter
- rect
- CGRect
Persegi panjang, di view
ruang koordinat, untuk jangkar popover.
- view
- UIView
Tampilan dalam ruang koordinat rect
yang ditentukan.
- animated
- Boolean
Apakah akan menganimasikan tampilan pemilih.
- result
- Boolean