C# Class Pinta.CellRendererSurface

Inheritance: Gtk.CellRenderer
Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Private Properties

Свойство Type Description
RenderCell void

Méthodes publiques

Méthode Description
CellRendererSurface ( int width, int height ) : System
GetSize ( Gtk.Widget widget, Gdk &cellArea, int &x, int &y, int &width, int &height ) : void

Méthodes protégées

Méthode Description
Render ( Gdk window, Gtk.Widget widget, Gdk backgroundArea, Gdk cellArea, Gdk exposeArea, CellRendererState flags ) : void

Private Methods

Méthode Description
RenderCell ( Context g, int width, int height ) : void

Method Details

CellRendererSurface() public méthode

public CellRendererSurface ( int width, int height ) : System
width int
height int
Résultat System

GetSize() public méthode

public GetSize ( Gtk.Widget widget, Gdk &cellArea, int &x, int &y, int &width, int &height ) : void
widget Gtk.Widget
cellArea Gdk
x int
y int
width int
height int
Résultat void

Render() protected méthode

protected Render ( Gdk window, Gtk.Widget widget, Gdk backgroundArea, Gdk cellArea, Gdk exposeArea, CellRendererState flags ) : void
window Gdk
widget Gtk.Widget
backgroundArea Gdk
cellArea Gdk
exposeArea Gdk
flags CellRendererState
Résultat void