Exemple #1
0
 public virtual bool PresentFromBarButtonItem([Unwrapped] UIBarButtonItem item, bool animated, [Optional] UIPrinterPickerCompletionHandler completionHandler)
 {
     return(default(bool));
 }
Exemple #2
0
 public virtual bool PresentFromRect(CGRect rect, [Unwrapped] UIView inView, bool animated, [Unwrapped] UIPrinterPickerCompletionHandler completionHandler)
 {
     return(default(bool));
 }
Exemple #3
0
 public virtual bool PresentAnimated(bool animated, [Optional] UIPrinterPickerCompletionHandler completionHandler)
 {
     return(default(bool));
 }