C# 클래스 lw_common.ui.format.column_formatter_renderer

상속: BrightIdeasSoftware.BaseRenderer
파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 메소드들

메소드 설명
Render ( Graphics g, Rectangle r ) : void
column_formatter_renderer ( log_view parent, ObjectListView list ) : System
text_widths ( Graphics g, string text ) : List

보호된 메소드들

메소드 설명
DrawBackground ( Graphics g, Rectangle r ) : void

비공개 메소드들

메소드 설명
draw_image ( Graphics g, Rectangle r ) : void
draw_string ( int left, string s, Graphics g, Brush b, Rectangle r, StringFormat fmt ) : void
draw_sub_string ( int left, string sub, Graphics g, Brush b, Rectangle r, StringFormat fmt, text_part print ) : void
image_width ( ) : int
override_print ( match_item i, string text, int col_idx, column_formatter_base location ) : formatted_text
top_idx ( ) : int

메소드 상세

DrawBackground() 보호된 메소드

protected DrawBackground ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
리턴 void

Render() 공개 메소드

public Render ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
리턴 void

column_formatter_renderer() 공개 메소드

public column_formatter_renderer ( log_view parent, ObjectListView list ) : System
parent log_view
list BrightIdeasSoftware.ObjectListView
리턴 System

text_widths() 공개 메소드

public text_widths ( Graphics g, string text ) : List
g System.Drawing.Graphics
text string
리턴 List