C# 클래스 Xwt.GtkBackend.ImageRenderer

상속: Xwt.GtkBackend.GtkCellRendererCustom
파일 보기 프로젝트 열기: mono/xwt 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Context Xwt.Backends.ApplicationContext

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
OnGetSize ( Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
OnRender ( Cairo cr, Gtk widget, Gdk background_area, Gdk cell_area, CellRendererState flags ) : void

메소드 상세

OnGetSize() 보호된 메소드

protected OnGetSize ( Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
widget Gtk
cell_area Gdk
x_offset int
y_offset int
width int
height int
리턴 void

OnRender() 보호된 메소드

protected OnRender ( Cairo cr, Gtk widget, Gdk background_area, Gdk cell_area, CellRendererState flags ) : void
cr Cairo
widget Gtk
background_area Gdk
cell_area Gdk
flags CellRendererState
리턴 void

프로퍼티 상세

Context 공개적으로 프로퍼티

public ApplicationContext,Xwt.Backends Context
리턴 Xwt.Backends.ApplicationContext