C# Class MonoMobile.Views.UIImageExtensions

Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method 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 method

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

ImageToFitSize() public static method

public static ImageToFitSize ( this image, SizeF fitSize ) : UIImage
image this
fitSize System.Drawing.SizeF
return UIImage

ImageToFitSize() public static method

public static ImageToFitSize ( this image, float width, float height ) : UIImage
image this
width float
height float
return UIImage