C# Class FFImageLoading.Transformations.RotateTransformation

Inheritance: FFImageLoading.Transformations.TransformationBase
Exibir arquivo Open project: daniel-luberda/FFImageLoading

Public Methods

Method 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

Protected Methods

Method Description
Transform ( Bitmap source ) : Bitmap
Transform ( BitmapHolder source ) : BitmapHolder
Transform ( UIKit.UIImage source ) : UIKit.UIImage

Private Methods

Method Description
DegreesToRadians ( double angle ) : double
GetBoundingRectAfterRotation ( CGRect rectangle, double degrees ) : CGRect
RadiansToDegrees ( double angle ) : double

Method Details

RotateTransformation() public method

public RotateTransformation ( ) : System
return System

RotateTransformation() public method

public RotateTransformation ( double degrees ) : System
degrees double
return System

RotateTransformation() public method

public RotateTransformation ( double degrees, bool ccw ) : System
degrees double
ccw bool
return System

RotateTransformation() public method

public RotateTransformation ( double degrees, bool ccw, bool resize ) : System
degrees double
ccw bool
resize bool
return System

ToRotated() public static method

public static ToRotated ( Bitmap source, double degrees, bool ccw, bool resize ) : Bitmap
source Bitmap
degrees double
ccw bool
resize bool
return Bitmap

ToRotated() public static method

public static ToRotated ( BitmapHolder source, double degrees, bool ccw, bool resize ) : BitmapHolder
source BitmapHolder
degrees double
ccw bool
resize bool
return BitmapHolder

ToRotated() public static method

public static ToRotated ( UIKit.UIImage source, double degrees, bool ccw, bool resize ) : UIKit.UIImage
source UIKit.UIImage
degrees double
ccw bool
resize bool
return UIKit.UIImage

Transform() protected method

protected Transform ( Bitmap source ) : Bitmap
source Bitmap
return Bitmap

Transform() protected method

protected Transform ( BitmapHolder source ) : BitmapHolder
source BitmapHolder
return BitmapHolder

Transform() public method

public Transform ( IBitmap source ) : IBitmap
source IBitmap
return IBitmap

Transform() protected method

protected Transform ( UIKit.UIImage source ) : UIKit.UIImage
source UIKit.UIImage
return UIKit.UIImage