C# 클래스 FFImageLoading.Transformations.CircleTransformation

상속: TransformationBase
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading 1 사용 예제들

공개 메소드들

메소드 설명
CircleTransformation ( ) : FFImageLoading.Work
CircleTransformation ( double borderSize, string borderHexColor ) : FFImageLoading.Work
CircleTransformation ( ) : Foundation
CircleTransformation ( double borderSize, string borderHexColor ) : Foundation
CircleTransformation ( ) : System
CircleTransformation ( double borderSize, string borderHexColor ) : System
Transform ( IBitmap source ) : IBitmap

보호된 메소드들

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

메소드 상세

CircleTransformation() 공개 메소드

public CircleTransformation ( ) : FFImageLoading.Work
리턴 FFImageLoading.Work

CircleTransformation() 공개 메소드

public CircleTransformation ( double borderSize, string borderHexColor ) : FFImageLoading.Work
borderSize double
borderHexColor string
리턴 FFImageLoading.Work

CircleTransformation() 공개 메소드

public CircleTransformation ( ) : Foundation
리턴 Foundation

CircleTransformation() 공개 메소드

public CircleTransformation ( double borderSize, string borderHexColor ) : Foundation
borderSize double
borderHexColor string
리턴 Foundation

CircleTransformation() 공개 메소드

public CircleTransformation ( ) : System
리턴 System

CircleTransformation() 공개 메소드

public CircleTransformation ( double borderSize, string borderHexColor ) : System
borderSize double
borderHexColor string
리턴 System

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