Метод | Описание | |
---|---|---|
CancelCurrentArrayLoad ( this view ) : void | ||
CancelCurrentImageLoad ( this view ) : void | ||
SetAnimationImages ( this view, NSUrl urls ) : void | ||
SetBackgroundImage ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
SetBackgroundImage ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
SetBackgroundImageAsync ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
SetBackgroundImageAsync ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
SetImage ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
SetImage ( this view, NSUrl url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null, SDWebImageCompletedBlock completed = null ) : void | ||
SetImage ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
SetImage ( this view, string url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null, SDWebImageCompletedBlock completed = null ) : void | ||
SetImageAsync ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
SetImageAsync ( this view, NSUrl url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null ) : Task |
||
SetImageAsync ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
SetImageAsync ( this view, string url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null ) : Task |
public static CancelCurrentArrayLoad ( this view ) : void | ||
view | this | |
Результат | void |
public static CancelCurrentImageLoad ( this view ) : void | ||
view | this | |
Результат | void |
public static SetAnimationImages ( this view, NSUrl urls ) : void | ||
view | this | |
urls | NSUrl | |
Результат | void |
public static SetBackgroundImage ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
button | this | |
url | NSUrl | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
completed | SDWebImageCompletedBlock | |
Результат | void |
public static SetBackgroundImage ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
button | this | |
url | string | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
completed | SDWebImageCompletedBlock | |
Результат | void |
public static SetBackgroundImageAsync ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
button | this | |
url | NSUrl | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
Результат | Task |
public static SetBackgroundImageAsync ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
button | this | |
url | string | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
Результат | Task |
public static SetImage ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
button | this | |
url | NSUrl | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
completed | SDWebImageCompletedBlock | |
Результат | void |
public static SetImage ( this view, NSUrl url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null, SDWebImageCompletedBlock completed = null ) : void | ||
view | this | |
url | NSUrl | |
placeholder | UIImage | |
options | SDWebImageOptions | |
progress | SDWebImageDownloaderProgressBlock | |
completed | SDWebImageCompletedBlock | |
Результат | void |
public static SetImage ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageCompletedBlock completed = null ) : void | ||
button | this | |
url | string | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
completed | SDWebImageCompletedBlock | |
Результат | void |
public static SetImage ( this view, string url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null, SDWebImageCompletedBlock completed = null ) : void | ||
view | this | |
url | string | |
placeholder | UIImage | |
options | SDWebImageOptions | |
progress | SDWebImageDownloaderProgressBlock | |
completed | SDWebImageCompletedBlock | |
Результат | void |
public static SetImageAsync ( this button, NSUrl url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
button | this | |
url | NSUrl | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
Результат | Task |
public static SetImageAsync ( this view, NSUrl url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null ) : Task |
||
view | this | |
url | NSUrl | |
placeholder | UIImage | |
options | SDWebImageOptions | |
progress | SDWebImageDownloaderProgressBlock | |
Результат | Task |
public static SetImageAsync ( this button, string url, UIControlState state, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None ) : Task |
||
button | this | |
url | string | |
state | UIControlState | |
placeholder | UIImage | |
options | SDWebImageOptions | |
Результат | Task |
public static SetImageAsync ( this view, string url, UIImage placeholder = null, SDWebImageOptions options = SDWebImageOptions.None, SDWebImageDownloaderProgressBlock progress = null ) : Task |
||
view | this | |
url | string | |
placeholder | UIImage | |
options | SDWebImageOptions | |
progress | SDWebImageDownloaderProgressBlock | |
Результат | Task |