C# 클래스 Hyena.Gui.PixbufImageSurface

상속: Cairo.ImageSurface, IDisposable
파일 보기 프로젝트 열기: GNOME/hyena

공개 메소드들

메소드 설명
Create ( Gdk pixbuf ) : ImageSurface
Create ( Gdk pixbuf, bool disposePixbuf ) : ImageSurface
PixbufImageSurface ( Gdk pixbuf ) : System
PixbufImageSurface ( Gdk pixbuf, bool disposePixbuf ) : System

비공개 메소드들

메소드 설명
CreateSurface ( int width, int height, int channels, int gdk_rowstride, IntPtr pixels ) : void
DestroyPixelData ( IntPtr data ) : void
Mult ( byte c, byte a ) : byte
PixbufImageSurface ( ) : System
PixbufImageSurface ( Gdk pixbuf, IntPtr data, int width, int height, int channels, int rowstride, IntPtr pixels ) : System
PixbufImageSurface ( Gdk pixbuf, int width, int height, int channels, int rowstride, IntPtr pixels ) : System
SetDestroyFunc ( ) : void
cairo_surface_set_user_data ( IntPtr surface, int &key, IntPtr userdata, cairo_destroy_func_t destroy ) : Cairo.Status

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Gdk pixbuf ) : ImageSurface
pixbuf Gdk
리턴 Cairo.ImageSurface

Create() 공개 정적인 메소드

public static Create ( Gdk pixbuf, bool disposePixbuf ) : ImageSurface
pixbuf Gdk
disposePixbuf bool
리턴 Cairo.ImageSurface

PixbufImageSurface() 공개 메소드

public PixbufImageSurface ( Gdk pixbuf ) : System
pixbuf Gdk
리턴 System

PixbufImageSurface() 공개 메소드

public PixbufImageSurface ( Gdk pixbuf, bool disposePixbuf ) : System
pixbuf Gdk
disposePixbuf bool
리턴 System