C# 클래스 FSpot.Utils.PixbufUtils

파일 보기 프로젝트 열기: mono/f-spot

공개 메소드들

메소드 설명
Fit ( Gdk.Pixbuf pixbuf, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double
Fit ( int orig_width, int orig_height, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double
ReverseTransformation ( ImageOrientation orientation ) : ImageOrientation
Rotate270 ( ImageOrientation orientation ) : ImageOrientation
Rotate90 ( ImageOrientation orientation ) : ImageOrientation
ScaleToMaxSize ( this pixbuf, int width, int height, bool upscale = true ) : Gdk.Pixbuf
ShallowCopy ( this pixbuf ) : Gdk.Pixbuf
TransformOrientation ( Gdk.Pixbuf src, ImageOrientation orientation ) : Gdk.Pixbuf
TransformOrientation ( int total_width, int total_height, Point args, ImageOrientation orientation ) : Point
TransformOrientation ( Gdk.Pixbuf src, Gdk.Rectangle args, ImageOrientation orientation ) : Gdk.Rectangle
TransformOrientation ( int total_width, int total_height, Gdk.Rectangle args, ImageOrientation orientation ) : Gdk.Rectangle

메소드 상세

Fit() 공개 정적인 메소드

public static Fit ( Gdk.Pixbuf pixbuf, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double
pixbuf Gdk.Pixbuf
dest_width int
dest_height int
upscale_smaller bool
fit_width int
fit_height int
리턴 double

Fit() 공개 정적인 메소드

public static Fit ( int orig_width, int orig_height, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double
orig_width int
orig_height int
dest_width int
dest_height int
upscale_smaller bool
fit_width int
fit_height int
리턴 double

ReverseTransformation() 공개 정적인 메소드

public static ReverseTransformation ( ImageOrientation orientation ) : ImageOrientation
orientation ImageOrientation
리턴 ImageOrientation

Rotate270() 정적인 공개 메소드

static public Rotate270 ( ImageOrientation orientation ) : ImageOrientation
orientation ImageOrientation
리턴 ImageOrientation

Rotate90() 정적인 공개 메소드

static public Rotate90 ( ImageOrientation orientation ) : ImageOrientation
orientation ImageOrientation
리턴 ImageOrientation

ScaleToMaxSize() 공개 정적인 메소드

public static ScaleToMaxSize ( this pixbuf, int width, int height, bool upscale = true ) : Gdk.Pixbuf
pixbuf this
width int
height int
upscale bool
리턴 Gdk.Pixbuf

ShallowCopy() 공개 정적인 메소드

public static ShallowCopy ( this pixbuf ) : Gdk.Pixbuf
pixbuf this
리턴 Gdk.Pixbuf

TransformOrientation() 공개 정적인 메소드

public static TransformOrientation ( Gdk.Pixbuf src, ImageOrientation orientation ) : Gdk.Pixbuf
src Gdk.Pixbuf
orientation ImageOrientation
리턴 Gdk.Pixbuf

TransformOrientation() 공개 정적인 메소드

public static TransformOrientation ( int total_width, int total_height, Point args, ImageOrientation orientation ) : Point
total_width int
total_height int
args Point
orientation ImageOrientation
리턴 Point

TransformOrientation() 공개 정적인 메소드

public static TransformOrientation ( Gdk.Pixbuf src, Gdk.Rectangle args, ImageOrientation orientation ) : Gdk.Rectangle
src Gdk.Pixbuf
args Gdk.Rectangle
orientation ImageOrientation
리턴 Gdk.Rectangle

TransformOrientation() 공개 정적인 메소드

public static TransformOrientation ( int total_width, int total_height, Gdk.Rectangle args, ImageOrientation orientation ) : Gdk.Rectangle
total_width int
total_height int
args Gdk.Rectangle
orientation ImageOrientation
리턴 Gdk.Rectangle