C# Класс SDWebImage.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CancelCurrentArrayLoad() публичный статический Метод

public static CancelCurrentArrayLoad ( this view ) : void
view this
Результат void

CancelCurrentImageLoad() публичный статический Метод

public static CancelCurrentImageLoad ( this view ) : void
view this
Результат void

SetAnimationImages() публичный статический Метод

public static SetAnimationImages ( this view, NSUrl urls ) : void
view this
urls NSUrl
Результат void

SetBackgroundImage() публичный статический Метод

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

SetBackgroundImage() публичный статический Метод

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

SetBackgroundImageAsync() публичный статический Метод

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

SetBackgroundImageAsync() публичный статический Метод

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

SetImage() публичный статический Метод

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

SetImage() публичный статический Метод

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

SetImage() публичный статический Метод

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

SetImage() публичный статический Метод

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

SetImageAsync() публичный статический Метод

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

SetImageAsync() публичный статический Метод

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

SetImageAsync() публичный статический Метод

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

SetImageAsync() публичный статический Метод

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