C# 클래스 FFImageLoading.Transformations.BlurredTransformation

상속: ITransformation
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
BlurredTransformation ( ) : System
BlurredTransformation ( double radius ) : System
BlurredTransformation ( ) : UIKit
BlurredTransformation ( double radius ) : UIKit
ToBlurred ( Bitmap source, Context context, float radius ) : Bitmap
ToBlurred ( UIImage source, float rad ) : UIImage
ToLegacyBlurred ( Bitmap source, Context context, int radius ) : Bitmap
ToLegacyBlurred ( BitmapHolder source, int radius ) : void
Transform ( IBitmap source ) : IBitmap

보호된 메소드들

메소드 설명
Transform ( Bitmap source ) : Bitmap
Transform ( BitmapHolder source ) : BitmapHolder
Transform ( UIImage source ) : UIImage

메소드 상세

BlurredTransformation() 공개 메소드

public BlurredTransformation ( ) : System
리턴 System

BlurredTransformation() 공개 메소드

public BlurredTransformation ( double radius ) : System
radius double
리턴 System

BlurredTransformation() 공개 메소드

public BlurredTransformation ( ) : UIKit
리턴 UIKit

BlurredTransformation() 공개 메소드

public BlurredTransformation ( double radius ) : UIKit
radius double
리턴 UIKit

ToBlurred() 공개 정적인 메소드

public static ToBlurred ( Bitmap source, Context context, float radius ) : Bitmap
source Bitmap
context Context
radius float
리턴 Bitmap

ToBlurred() 공개 정적인 메소드

public static ToBlurred ( UIImage source, float rad ) : UIImage
source UIImage
rad float
리턴 UIImage

ToLegacyBlurred() 공개 정적인 메소드

public static ToLegacyBlurred ( Bitmap source, Context context, int radius ) : Bitmap
source Bitmap
context Context
radius int
리턴 Bitmap

ToLegacyBlurred() 공개 정적인 메소드

public static ToLegacyBlurred ( BitmapHolder source, int radius ) : void
source FFImageLoading.Work.BitmapHolder
radius int
리턴 void

Transform() 보호된 메소드

protected Transform ( Bitmap source ) : Bitmap
source Bitmap
리턴 Bitmap

Transform() 보호된 메소드

protected Transform ( BitmapHolder source ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
리턴 FFImageLoading.Work.BitmapHolder

Transform() 공개 메소드

public Transform ( IBitmap source ) : IBitmap
source IBitmap
리턴 IBitmap

Transform() 보호된 메소드

protected Transform ( UIImage source ) : UIImage
source UIImage
리턴 UIImage