C# Class LongoMatch.Drawing.Cairo.Surface

Inheritance: ISurface
Show file Open project: GNOME/longomatch

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Copy() public method

public Copy ( ) : Image
return Image

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Surface() public method

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

Surface() public method

public Surface ( string filename ) : System
filename string
return System