C# 클래스 MonoMobile.Views.UIImageExtensions

파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views

공개 메소드들

메소드 설명
FromFile ( this image, string filename, SizeF fitSize ) : UIImage
ImageToFitSize ( this image, SizeF fitSize ) : UIImage
ImageToFitSize ( this image, float width, float height ) : UIImage

메소드 상세

FromFile() 공개 정적인 메소드

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

ImageToFitSize() 공개 정적인 메소드

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

ImageToFitSize() 공개 정적인 메소드

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