C# Class Xwt.GtkBackend.GtkImage.ImageFrame

Show file Open project: mono/xwt Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ImageFrame ( Gdk pix, bool owned ) : System
ImageFrame ( Gdk pix, int width, int height, bool owned ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ImageFrame() public method

public ImageFrame ( Gdk pix, bool owned ) : System
pix Gdk
owned bool
return System

ImageFrame() public method

public ImageFrame ( Gdk pix, int width, int height, bool owned ) : System
pix Gdk
width int
height int
owned bool
return System