C# 클래스 FFImageLoading.Transformations.RoundedTransformation

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

공개 메소드들

메소드 설명
RoundedTransformation ( ) : FFImageLoading.Extensions
RoundedTransformation ( double radius ) : FFImageLoading.Extensions
RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio ) : FFImageLoading.Extensions
RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : FFImageLoading.Extensions
RoundedTransformation ( ) : System
RoundedTransformation ( double radius ) : System
RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio ) : System
RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : System
ToRounded ( Bitmap source, float rad, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : Bitmap
ToRounded ( BitmapHolder source, int rad, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : BitmapHolder
ToRounded ( UIImage source, nfloat rad, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : UIImage
Transform ( IBitmap source ) : IBitmap

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckRoundedCorner ( int h, int k, int r, Corner which, int xC, int yC ) : bool
CircleAA ( BitmapHolder bitmap, int size, int color ) : void
SetPixel4 ( BitmapHolder bitmap, int centerX, int centerY, int deltaX, int deltaY, int color ) : void

메소드 상세

RoundedTransformation() 공개 메소드

public RoundedTransformation ( ) : FFImageLoading.Extensions
리턴 FFImageLoading.Extensions

RoundedTransformation() 공개 메소드

public RoundedTransformation ( double radius ) : FFImageLoading.Extensions
radius double
리턴 FFImageLoading.Extensions

RoundedTransformation() 공개 메소드

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio ) : FFImageLoading.Extensions
radius double
cropWidthRatio double
cropHeightRatio double
리턴 FFImageLoading.Extensions

RoundedTransformation() 공개 메소드

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : FFImageLoading.Extensions
radius double
cropWidthRatio double
cropHeightRatio double
borderSize double
borderHexColor string
리턴 FFImageLoading.Extensions

RoundedTransformation() 공개 메소드

public RoundedTransformation ( ) : System
리턴 System

RoundedTransformation() 공개 메소드

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

RoundedTransformation() 공개 메소드

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio ) : System
radius double
cropWidthRatio double
cropHeightRatio double
리턴 System

RoundedTransformation() 공개 메소드

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : System
radius double
cropWidthRatio double
cropHeightRatio double
borderSize double
borderHexColor string
리턴 System

ToRounded() 공개 정적인 메소드

public static ToRounded ( Bitmap source, float rad, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : Bitmap
source Bitmap
rad float
cropWidthRatio double
cropHeightRatio double
borderSize double
borderHexColor string
리턴 Bitmap

ToRounded() 공개 정적인 메소드

public static ToRounded ( BitmapHolder source, int rad, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : BitmapHolder
source BitmapHolder
rad int
cropWidthRatio double
cropHeightRatio double
borderSize double
borderHexColor string
리턴 BitmapHolder

ToRounded() 공개 정적인 메소드

public static ToRounded ( UIImage source, nfloat rad, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : UIImage
source UIImage
rad nfloat
cropWidthRatio double
cropHeightRatio double
borderSize double
borderHexColor string
리턴 UIImage

Transform() 보호된 메소드

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

Transform() 보호된 메소드

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

Transform() 공개 메소드

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

Transform() 보호된 메소드

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