C# Class Cairo.PSSurface

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

Méthodes publiques

Méthode 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

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

Method Details

BeginPageSetup() public méthode

public BeginPageSetup ( ) : void
Résultat void

BeginSetup() public méthode

public BeginSetup ( ) : void
Résultat void

DscComment() public méthode

public DscComment ( string comment ) : void
comment string
Résultat void

PSSurface() public méthode

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