C# Class Xwt.GtkBackend.GtkImage.ImageFrame

Afficher le fichier Open project: mono/xwt Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ImageFrame() public méthode

public ImageFrame ( Gdk pix, bool owned ) : System
pix Gdk
owned bool
Résultat System

ImageFrame() public méthode

public ImageFrame ( Gdk pix, int width, int height, bool owned ) : System
pix Gdk
width int
height int
owned bool
Résultat System