C# Class FFImageLoading.Transformations.CropTransformation

Inheritance: TransformationBase
Mostrar archivo Open project: daniel-luberda/FFImageLoading Class Usage Examples

Public Methods

Method Description
CropTransformation ( ) : Android.Graphics
CropTransformation ( double zoomFactor, double xOffset, double yOffset ) : Android.Graphics
CropTransformation ( double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : Android.Graphics
CropTransformation ( ) : FFImageLoading.Extensions
CropTransformation ( double zoomFactor, double xOffset, double yOffset ) : FFImageLoading.Extensions
CropTransformation ( double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : FFImageLoading.Extensions
CropTransformation ( ) : System
CropTransformation ( double zoomFactor, double xOffset, double yOffset ) : System
CropTransformation ( double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : System
ToCropped ( Bitmap source, double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : Bitmap
ToCropped ( BitmapHolder source, double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : BitmapHolder
ToCropped ( BitmapHolder source, int x, int y, int width, int height ) : BitmapHolder
ToCropped ( UIImage source, double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : UIImage
Transform ( IBitmap source ) : IBitmap

Protected Methods

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

Method Details

CropTransformation() public method

public CropTransformation ( ) : Android.Graphics
return Android.Graphics

CropTransformation() public method

public CropTransformation ( double zoomFactor, double xOffset, double yOffset ) : Android.Graphics
zoomFactor double
xOffset double
yOffset double
return Android.Graphics

CropTransformation() public method

public CropTransformation ( double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : Android.Graphics
zoomFactor double
xOffset double
yOffset double
cropWidthRatio double
cropHeightRatio double
return Android.Graphics

CropTransformation() public method

public CropTransformation ( ) : FFImageLoading.Extensions
return FFImageLoading.Extensions

CropTransformation() public method

public CropTransformation ( double zoomFactor, double xOffset, double yOffset ) : FFImageLoading.Extensions
zoomFactor double
xOffset double
yOffset double
return FFImageLoading.Extensions

CropTransformation() public method

public CropTransformation ( double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : FFImageLoading.Extensions
zoomFactor double
xOffset double
yOffset double
cropWidthRatio double
cropHeightRatio double
return FFImageLoading.Extensions

CropTransformation() public method

public CropTransformation ( ) : System
return System

CropTransformation() public method

public CropTransformation ( double zoomFactor, double xOffset, double yOffset ) : System
zoomFactor double
xOffset double
yOffset double
return System

CropTransformation() public method

public CropTransformation ( double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : System
zoomFactor double
xOffset double
yOffset double
cropWidthRatio double
cropHeightRatio double
return System

ToCropped() public static method

public static ToCropped ( Bitmap source, double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : Bitmap
source Bitmap
zoomFactor double
xOffset double
yOffset double
cropWidthRatio double
cropHeightRatio double
return Bitmap

ToCropped() public static method

public static ToCropped ( BitmapHolder source, double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
zoomFactor double
xOffset double
yOffset double
cropWidthRatio double
cropHeightRatio double
return FFImageLoading.Work.BitmapHolder

ToCropped() public static method

public static ToCropped ( BitmapHolder source, int x, int y, int width, int height ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
x int
y int
width int
height int
return FFImageLoading.Work.BitmapHolder

ToCropped() public static method

public static ToCropped ( UIImage source, double zoomFactor, double xOffset, double yOffset, double cropWidthRatio, double cropHeightRatio ) : UIImage
source UIImage
zoomFactor double
xOffset double
yOffset double
cropWidthRatio double
cropHeightRatio double
return UIImage

Transform() protected method

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

Transform() protected method

protected Transform ( BitmapHolder source ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
return FFImageLoading.Work.BitmapHolder

Transform() public method

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

Transform() protected method

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