C# 클래스 Cairo.PSSurface

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

공개 메소드들

메소드 설명
BeginPageSetup ( ) : void
BeginSetup ( ) : void
DscComment ( string comment ) : void
PSSurface ( string filename, double width, double height ) : System
SetSize ( double width, double height ) : void

비공개 메소드들

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

메소드 상세

BeginPageSetup() 공개 메소드

public BeginPageSetup ( ) : void
리턴 void

BeginSetup() 공개 메소드

public BeginSetup ( ) : void
리턴 void

DscComment() 공개 메소드

public DscComment ( string comment ) : void
comment string
리턴 void

PSSurface() 공개 메소드

public PSSurface ( 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