C# Class FFImageLoading.Transformations.RotateTransformation

Inheritance: FFImageLoading.Transformations.TransformationBase
Afficher le fichier Open project: daniel-luberda/FFImageLoading

Méthodes publiques

Méthode Description
RotateTransformation ( ) : System
RotateTransformation ( double degrees ) : System
RotateTransformation ( double degrees, bool ccw ) : System
RotateTransformation ( double degrees, bool ccw, bool resize ) : System
ToRotated ( Bitmap source, double degrees, bool ccw, bool resize ) : Bitmap
ToRotated ( BitmapHolder source, double degrees, bool ccw, bool resize ) : BitmapHolder
ToRotated ( UIKit.UIImage source, double degrees, bool ccw, bool resize ) : UIKit.UIImage
Transform ( IBitmap source ) : IBitmap

Méthodes protégées

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

Private Methods

Méthode Description
DegreesToRadians ( double angle ) : double
GetBoundingRectAfterRotation ( CGRect rectangle, double degrees ) : CGRect
RadiansToDegrees ( double angle ) : double

Method Details

RotateTransformation() public méthode

public RotateTransformation ( ) : System
Résultat System

RotateTransformation() public méthode

public RotateTransformation ( double degrees ) : System
degrees double
Résultat System

RotateTransformation() public méthode

public RotateTransformation ( double degrees, bool ccw ) : System
degrees double
ccw bool
Résultat System

RotateTransformation() public méthode

public RotateTransformation ( double degrees, bool ccw, bool resize ) : System
degrees double
ccw bool
resize bool
Résultat System

ToRotated() public static méthode

public static ToRotated ( Bitmap source, double degrees, bool ccw, bool resize ) : Bitmap
source Bitmap
degrees double
ccw bool
resize bool
Résultat Bitmap

ToRotated() public static méthode

public static ToRotated ( BitmapHolder source, double degrees, bool ccw, bool resize ) : BitmapHolder
source BitmapHolder
degrees double
ccw bool
resize bool
Résultat BitmapHolder

ToRotated() public static méthode

public static ToRotated ( UIKit.UIImage source, double degrees, bool ccw, bool resize ) : UIKit.UIImage
source UIKit.UIImage
degrees double
ccw bool
resize bool
Résultat UIKit.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 ( UIKit.UIImage source ) : UIKit.UIImage
source UIKit.UIImage
Résultat UIKit.UIImage