C# 클래스 PixelMagic.Cairo.CairoImageSurface

상속: IDisposable
파일 보기 프로젝트 열기: kumpera/PixelMagic 1 사용 예제들

공개 메소드들

메소드 설명
CairoImageSurface ( int width, int heigth, CairoFormat format ) : System
CairoImageSurface ( string file ) : System
CreateSimilar ( ) : CairoImageSurface
Dispose ( ) : void
SaveToPng ( string file ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
cairo_image_surface_create ( int format, int width, int heigth ) : IntPtr
cairo_image_surface_create_from_png ( string name ) : IntPtr
cairo_image_surface_get_data ( IntPtr surface ) : IntPtr
cairo_image_surface_get_format ( IntPtr surface ) : int
cairo_image_surface_get_height ( IntPtr surface ) : int
cairo_image_surface_get_stride ( IntPtr surface ) : int
cairo_image_surface_get_width ( IntPtr surface ) : int
cairo_surface_destroy ( IntPtr surface ) : IntPtr
cairo_surface_flush ( IntPtr surface ) : int
cairo_surface_status ( IntPtr surface ) : int
cairo_surface_write_to_png ( IntPtr surface, string name ) : IntPtr

메소드 상세

CairoImageSurface() 공개 메소드

public CairoImageSurface ( int width, int heigth, CairoFormat format ) : System
width int
heigth int
format CairoFormat
리턴 System

CairoImageSurface() 공개 메소드

public CairoImageSurface ( string file ) : System
file string
리턴 System

CreateSimilar() 공개 메소드

public CreateSimilar ( ) : CairoImageSurface
리턴 CairoImageSurface

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SaveToPng() 공개 메소드

public SaveToPng ( string file ) : void
file string
리턴 void