C# Class Cairo.PdfSurface

Inheritance: Surface
Afficher le fichier Open project: zwcloud/CairoSharp Class Usage Examples

Méthodes publiques

Méthode Description
PdfSurface ( string filename, double width, double height ) : System
SetSize ( double width, double height ) : void

Private Methods

Méthode Description
PdfSurface ( IntPtr handle, bool owns ) : System

Method Details

PdfSurface() public méthode

public PdfSurface ( string filename, double width, double height ) : System
filename string
width double
height double
Résultat System

SetSize() public méthode

public SetSize ( double width, double height ) : void
width double
height double
Résultat void