C# 클래스 Pinta.CellRendererSurface

상속: Gtk.CellRenderer
파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RenderCell void

공개 메소드들

메소드 설명
CellRendererSurface ( int width, int height ) : System
GetSize ( Gtk.Widget widget, Gdk &cellArea, int &x, int &y, int &width, int &height ) : void

보호된 메소드들

메소드 설명
Render ( Gdk window, Gtk.Widget widget, Gdk backgroundArea, Gdk cellArea, Gdk exposeArea, CellRendererState flags ) : void

비공개 메소드들

메소드 설명
RenderCell ( Context g, int width, int height ) : void

메소드 상세

CellRendererSurface() 공개 메소드

public CellRendererSurface ( int width, int height ) : System
width int
height int
리턴 System

GetSize() 공개 메소드

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
리턴 void

Render() 보호된 메소드

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
리턴 void