C# Class Pinta.CellRendererSurface

Inheritance: Gtk.CellRenderer
ファイルを表示 Open project: xxgreg/Pinta Class Usage Examples

Private Properties

Property Type Description
RenderCell void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
RenderCell ( Context g, int width, int height ) : void

Method Details

CellRendererSurface() public method

public CellRendererSurface ( int width, int height ) : System
width int
height int
return System

GetSize() public method

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
return void

Render() protected method

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
return void