C# Class TodoApp.iOS.Helpers.ImageHelper

Afficher le fichier Open project: strongloop/loopback-example-xamarin

Méthodes publiques

Méthode Description
GrayscaleImage ( UIKit.UIImage oldImage ) : UIKit.UIImage

Creates grayscaled image from existing image.

Method Details

GrayscaleImage() public static méthode

Creates grayscaled image from existing image.
public static GrayscaleImage ( UIKit.UIImage oldImage ) : UIKit.UIImage
oldImage UIKit.UIImage Image to convert.
Résultat UIKit.UIImage