다음을 통해 공유


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

반환

적용 대상