C# Class MonoMobile.Views.UIImageExtensions

Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Méthodes publiques

Méthode Description
FromFile ( this image, string filename, SizeF fitSize ) : UIImage
ImageToFitSize ( this image, SizeF fitSize ) : UIImage
ImageToFitSize ( this image, float width, float height ) : UIImage

Method Details

FromFile() public static méthode

public static FromFile ( this image, string filename, SizeF fitSize ) : UIImage
image this
filename string
fitSize System.Drawing.SizeF
Résultat UIImage

ImageToFitSize() public static méthode

public static ImageToFitSize ( this image, SizeF fitSize ) : UIImage
image this
fitSize System.Drawing.SizeF
Résultat UIImage

ImageToFitSize() public static méthode

public static ImageToFitSize ( this image, float width, float height ) : UIImage
image this
width float
height float
Résultat UIImage