C# 클래스 MonoTouch.UrlImageStore.Graphics

파일 보기 프로젝트 열기: Redth/MonoTouch.UrlImageStore

공개 메소드들

메소드 설명
RoundCorners ( UIImage image ) : UIImage
RoundCorners ( UIImage image, int radius ) : UIImage
Scale ( UIImage image, float maxWidthAndHeight ) : UIImage

메소드 상세

RoundCorners() 공개 정적인 메소드

public static RoundCorners ( UIImage image ) : UIImage
image UIImage
리턴 UIImage

RoundCorners() 공개 정적인 메소드

public static RoundCorners ( UIImage image, int radius ) : UIImage
image UIImage
radius int
리턴 UIImage

Scale() 공개 정적인 메소드

public static Scale ( UIImage image, float maxWidthAndHeight ) : UIImage
image UIImage
maxWidthAndHeight float
리턴 UIImage