C# Class FFImageLoading.Transformations.RoundedTransformation

Inheritance: ITransformation
Afficher le fichier Open project: daniel-luberda/FFImageLoading Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Transform ( Bitmap source ) : Bitmap
Transform ( BitmapHolder source ) : BitmapHolder
Transform ( UIImage source ) : UIImage

Private Methods

Méthode Description
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

Method Details

RoundedTransformation() public méthode

public RoundedTransformation ( ) : FFImageLoading.Extensions
Résultat FFImageLoading.Extensions

RoundedTransformation() public méthode

public RoundedTransformation ( double radius ) : FFImageLoading.Extensions
radius double
Résultat FFImageLoading.Extensions

RoundedTransformation() public méthode

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio ) : FFImageLoading.Extensions
radius double
cropWidthRatio double
cropHeightRatio double
Résultat FFImageLoading.Extensions

RoundedTransformation() public méthode

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : FFImageLoading.Extensions
radius double
cropWidthRatio double
cropHeightRatio double
borderSize double
borderHexColor string
Résultat FFImageLoading.Extensions

RoundedTransformation() public méthode

public RoundedTransformation ( ) : System
Résultat System

RoundedTransformation() public méthode

public RoundedTransformation ( double radius ) : System
radius double
Résultat System

RoundedTransformation() public méthode

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio ) : System
radius double
cropWidthRatio double
cropHeightRatio double
Résultat System

RoundedTransformation() public méthode

public RoundedTransformation ( double radius, double cropWidthRatio, double cropHeightRatio, double borderSize, string borderHexColor ) : System
radius double
cropWidthRatio double
cropHeightRatio double
borderSize double
borderHexColor string
Résultat System

ToRounded() public static méthode

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
Résultat Bitmap

ToRounded() public static méthode

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
Résultat BitmapHolder

ToRounded() public static méthode

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
Résultat UIImage

Transform() protected méthode

protected Transform ( Bitmap source ) : Bitmap
source Bitmap
Résultat Bitmap

Transform() protected méthode

protected Transform ( BitmapHolder source ) : BitmapHolder
source BitmapHolder
Résultat BitmapHolder

Transform() public méthode

public Transform ( IBitmap source ) : IBitmap
source IBitmap
Résultat IBitmap

Transform() protected méthode

protected Transform ( UIImage source ) : UIImage
source UIImage
Résultat UIImage