C# Class FFImageLoading.Extensions.ExifExtensions

Afficher le fichier Open project: daniel-luberda/FFImageLoading

Méthodes publiques

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

Method Details

GetExifRotationDegrees() public static méthode

public static GetExifRotationDegrees ( this filePath ) : int
filePath this
Résultat int

ToRotatedBitmap() public static méthode

public static ToRotatedBitmap ( this sourceBitmap, int rotationDegrees ) : Android.Graphics.Bitmap
sourceBitmap this
rotationDegrees int
Résultat Android.Graphics.Bitmap