Метод | Описание | |
---|---|---|
SendTo ( this service, UIKit.UIImage image, Action |
Sends the specified UIImage to the AirPlay device.
|
public static SendTo ( this service, UIKit.UIImage image, Action |
||
service | this | /// NSNetService (extension method target) representing the AirPlay device. /// |
image | UIKit.UIImage | /// The UIImage to be send to the device. /// |
complete | Action |
/// Optional method to be called when the operation is complete. True will be supplied if the action was /// successful, false if a problem occured. /// |
Результат | void |