C# Class Cairo.PdfSurface

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

Public Methods

Method Description
PdfSurface ( string filename, double width, double height ) : System
SetSize ( double width, double height ) : void

Private Methods

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

Method Details

PdfSurface() public method

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