C# Class LongoMatch.Drawing.Cairo.Surface

Inheritance: ISurface
Afficher le fichier Open project: GNOME/longomatch

Méthodes publiques

Méthode Description
Copy ( ) : Image
Dispose ( ) : void
Surface ( int width, int height, Image image, bool warnOnDispose = true ) : System
Surface ( string filename ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Copy() public méthode

public Copy ( ) : Image
Résultat Image

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Surface() public méthode

public Surface ( int width, int height, Image image, bool warnOnDispose = true ) : System
width int
height int
image Image
warnOnDispose bool
Résultat System

Surface() public méthode

public Surface ( string filename ) : System
filename string
Résultat System