C# Class Cairo.PSSurface

Inheritance: Surface
Mostra file Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
BeginPageSetup ( ) : void
BeginSetup ( ) : void
DscComment ( string comment ) : void
PSSurface ( string filename, double width, double height ) : System
SetSize ( double width, double height ) : void

Private Methods

Method Description
PSSurface ( IntPtr handle, bool owns ) : System

Method Details

BeginPageSetup() public method

public BeginPageSetup ( ) : void
return void

BeginSetup() public method

public BeginSetup ( ) : void
return void

DscComment() public method

public DscComment ( string comment ) : void
comment string
return void

PSSurface() public method

public PSSurface ( string filename, double width, double height ) : System
filename string
width double
height double
return System

SetSize() public method

public SetSize ( double width, double height ) : void
width double
height double
return void