C# Class FFImageLoading.Transformations.CircleTransformation

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

CircleTransformation() public méthode

public CircleTransformation ( ) : FFImageLoading.Work
Résultat FFImageLoading.Work

CircleTransformation() public méthode

public CircleTransformation ( double borderSize, string borderHexColor ) : FFImageLoading.Work
borderSize double
borderHexColor string
Résultat FFImageLoading.Work

CircleTransformation() public méthode

public CircleTransformation ( ) : Foundation
Résultat Foundation

CircleTransformation() public méthode

public CircleTransformation ( double borderSize, string borderHexColor ) : Foundation
borderSize double
borderHexColor string
Résultat Foundation

CircleTransformation() public méthode

public CircleTransformation ( ) : System
Résultat System

CircleTransformation() public méthode

public CircleTransformation ( double borderSize, string borderHexColor ) : System
borderSize double
borderHexColor string
Résultat System

Transform() protected méthode

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

Transform() protected méthode

protected Transform ( BitmapHolder source ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
Résultat FFImageLoading.Work.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