C# Class FFImageLoading.Extensions.ExifExtensions

Exibir arquivo Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
GetExifRotationDegrees ( this filePath ) : int
ToRotatedBitmap ( this sourceBitmap, int rotationDegrees ) : Android.Graphics.Bitmap

Method Details

GetExifRotationDegrees() public static method

public static GetExifRotationDegrees ( this filePath ) : int
filePath this
return int

ToRotatedBitmap() public static method

public static ToRotatedBitmap ( this sourceBitmap, int rotationDegrees ) : Android.Graphics.Bitmap
sourceBitmap this
rotationDegrees int
return Android.Graphics.Bitmap