C# 클래스 Cairo.PdfSurface

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

공개 메소드들

메소드 설명
PdfSurface ( string filename, double width, double height ) : System
SetSize ( double width, double height ) : void

비공개 메소드들

메소드 설명
PdfSurface ( IntPtr handle, bool owns ) : System

메소드 상세

PdfSurface() 공개 메소드

public PdfSurface ( string filename, double width, double height ) : System
filename string
width double
height double
리턴 System

SetSize() 공개 메소드

public SetSize ( double width, double height ) : void
width double
height double
리턴 void