C# 클래스 SDWebImage.Extensions

파일 보기 프로젝트 열기: stampsy/sdwebimage-monotouch

공개 메소드들

메소드 설명
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