C# 클래스 FFImageLoading.Transformations.RotateTransformation

상속: FFImageLoading.Transformations.TransformationBase
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
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

보호된 메소드들

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

비공개 메소드들

메소드 설명
DegreesToRadians ( double angle ) : double
GetBoundingRectAfterRotation ( CGRect rectangle, double degrees ) : CGRect
RadiansToDegrees ( double angle ) : double

메소드 상세

RotateTransformation() 공개 메소드

public RotateTransformation ( ) : System
리턴 System

RotateTransformation() 공개 메소드

public RotateTransformation ( double degrees ) : System
degrees double
리턴 System

RotateTransformation() 공개 메소드

public RotateTransformation ( double degrees, bool ccw ) : System
degrees double
ccw bool
리턴 System

RotateTransformation() 공개 메소드

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

ToRotated() 공개 정적인 메소드

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

ToRotated() 공개 정적인 메소드

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

ToRotated() 공개 정적인 메소드

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