C# 클래스 Cairo.ImageSurface

상속: Surface
파일 보기 프로젝트 열기: zwcloud/CairoSharp 1 사용 예제들

공개 메소드들

메소드 설명
ImageSurface ( Format format, int width, int height ) : System
ImageSurface ( IntPtr data, Format format, int width, int height, int stride ) : System
ImageSurface ( byte pngData ) : System
ImageSurface ( byte data, Format format, int width, int height, int stride ) : System
ImageSurface ( string filename ) : System

비공개 메소드들

메소드 설명
ConstructImageSurfaceFromPngData ( byte pngData ) : IntPtr
ImageSurface ( IntPtr handle, bool owns ) : System

메소드 상세

ImageSurface() 공개 메소드

public ImageSurface ( Format format, int width, int height ) : System
format Format
width int
height int
리턴 System

ImageSurface() 공개 메소드

public ImageSurface ( IntPtr data, Format format, int width, int height, int stride ) : System
data System.IntPtr
format Format
width int
height int
stride int
리턴 System

ImageSurface() 공개 메소드

public ImageSurface ( byte pngData ) : System
pngData byte
리턴 System

ImageSurface() 공개 메소드

public ImageSurface ( byte data, Format format, int width, int height, int stride ) : System
data byte
format Format
width int
height int
stride int
리턴 System

ImageSurface() 공개 메소드

public ImageSurface ( string filename ) : System
filename string
리턴 System