C# Class FFImageLoading.Transformations.CircleTransformation

Inheritance: TransformationBase
ファイルを表示 Open project: daniel-luberda/FFImageLoading Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Method Details

CircleTransformation() public method

public CircleTransformation ( ) : FFImageLoading.Work
return FFImageLoading.Work

CircleTransformation() public method

public CircleTransformation ( double borderSize, string borderHexColor ) : FFImageLoading.Work
borderSize double
borderHexColor string
return FFImageLoading.Work

CircleTransformation() public method

public CircleTransformation ( ) : Foundation
return Foundation

CircleTransformation() public method

public CircleTransformation ( double borderSize, string borderHexColor ) : Foundation
borderSize double
borderHexColor string
return Foundation

CircleTransformation() public method

public CircleTransformation ( ) : System
return System

CircleTransformation() public method

public CircleTransformation ( double borderSize, string borderHexColor ) : System
borderSize double
borderHexColor string
return System

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