C# 클래스 Stampsy.ImageSource.ImageHelper

파일 보기 프로젝트 열기: stampsy/Stampsy.ImageSource

공개 메소드들

메소드 설명
FromExifOrientation ( int o ) : UIImageOrientation
Measure ( CGImageSource source ) : Size?
Measure ( NSData data ) : Size?
Measure ( string file ) : Size?
Scale ( CGImage image, Rectangle drawRect, Size size ) : CGImage
ToExifOrientation ( UIImageOrientation o ) : int

비공개 메소드들

메소드 설명
ApplyOrientation ( Size size, UIImageOrientation orientation ) : Size
NeedsRotate ( UIImageOrientation orientation ) : bool
ReadOrientation ( NSDictionary props ) : UIImageOrientation

메소드 상세

FromExifOrientation() 공개 정적인 메소드

public static FromExifOrientation ( int o ) : UIImageOrientation
o int
리턴 UIImageOrientation

Measure() 공개 정적인 메소드

public static Measure ( CGImageSource source ) : Size?
source CGImageSource
리턴 Size?

Measure() 공개 정적인 메소드

public static Measure ( NSData data ) : Size?
data NSData
리턴 Size?

Measure() 공개 정적인 메소드

public static Measure ( string file ) : Size?
file string
리턴 Size?

Scale() 공개 정적인 메소드

public static Scale ( CGImage image, Rectangle drawRect, Size size ) : CGImage
image CGImage
drawRect System.Drawing.Rectangle
size System.Drawing.Size
리턴 CGImage

ToExifOrientation() 공개 정적인 메소드

public static ToExifOrientation ( UIImageOrientation o ) : int
o UIImageOrientation
리턴 int