C# 클래스 Bless.Gui.Drawers.OctalDrawer

Draws the octal representation of a byte
상속: Bless.Gui.Drawers.Drawer
파일 보기 프로젝트 열기: bwrsandman/Bless-old-fork

공개 메소드들

메소드 설명
OctalDrawer ( Gtk.Widget wid, Information inf )

보호된 메소드들

메소드 설명
Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap
Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void

메소드 상세

Create() 보호된 메소드

protected Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap
fg Gdk.Color
bg Gdk.Color
리턴 Gdk.Pixmap

Draw() 보호된 메소드

protected Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void
gc Gdk.GC
dest Gdk.Drawable
x int
y int
b byte
pix Gdk.Pixmap
리턴 void

OctalDrawer() 공개 메소드

public OctalDrawer ( Gtk.Widget wid, Information inf )
wid Gtk.Widget
inf Information