C# 클래스 GHud.Device

상속: IDisposable
파일 보기 프로젝트 열기: BGog/GHud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LCD System.Drawing.Bitmap
clear_brush System.Drawing.Brush
clear_color System.Drawing.Color
cur_font int
default_pen System.Drawing.Pen
default_txt_brush System.Drawing.Brush
device int
font_names String[]
font_pt float
graph System.Drawing.Graphics
height int
inverted_clear_brush System.Drawing.Brush
inverted_txt_brush System.Drawing.Brush
is_color bool
modules List
render_hint System.Drawing.Text.TextRenderingHint
sys_font System.Drawing.Font
use_backdrops bool
valid bool
width int

보호된 프로퍼티들

프로퍼티 타입 설명
connection int
device_type int
last_buttons uint
num_fonts int

공개 메소드들

메소드 설명
ClearLCD ( String msg ) : void
Device ( ) : System
DisplayFrame ( ) : void
Dispose ( ) : void
DoButtons ( ) : void
GetRect ( ) : Rectangle
RenderSysString ( String msg, bool invert, Rectangle rect ) : void
isValid ( ) : bool

보호된 메소드들

메소드 설명
InitLCD ( ) : void

메소드 상세

ClearLCD() 공개 메소드

public ClearLCD ( String msg ) : void
msg String
리턴 void

Device() 공개 메소드

public Device ( ) : System
리턴 System

DisplayFrame() 공개 메소드

public DisplayFrame ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DoButtons() 공개 메소드

public DoButtons ( ) : void
리턴 void

GetRect() 공개 메소드

public GetRect ( ) : Rectangle
리턴 System.Drawing.Rectangle

InitLCD() 보호된 메소드

protected InitLCD ( ) : void
리턴 void

RenderSysString() 공개 메소드

public RenderSysString ( String msg, bool invert, Rectangle rect ) : void
msg String
invert bool
rect System.Drawing.Rectangle
리턴 void

isValid() 공개 메소드

public isValid ( ) : bool
리턴 bool

프로퍼티 상세

LCD 공개적으로 프로퍼티

public Bitmap,System.Drawing LCD
리턴 System.Drawing.Bitmap

clear_brush 공개적으로 프로퍼티

public Brush,System.Drawing clear_brush
리턴 System.Drawing.Brush

clear_color 공개적으로 프로퍼티

public Color,System.Drawing clear_color
리턴 System.Drawing.Color

connection 보호되어 있는 프로퍼티

protected int connection
리턴 int

cur_font 공개적으로 프로퍼티

public int cur_font
리턴 int

default_pen 공개적으로 프로퍼티

public Pen,System.Drawing default_pen
리턴 System.Drawing.Pen

default_txt_brush 공개적으로 프로퍼티

public Brush,System.Drawing default_txt_brush
리턴 System.Drawing.Brush

device 공개적으로 프로퍼티

public int device
리턴 int

device_type 보호되어 있는 프로퍼티

protected int device_type
리턴 int

font_names 공개적으로 프로퍼티

public String[] font_names
리턴 String[]

font_pt 공개적으로 프로퍼티

public float font_pt
리턴 float

graph 공개적으로 프로퍼티

public Graphics,System.Drawing graph
리턴 System.Drawing.Graphics

height 공개적으로 프로퍼티

public int height
리턴 int

inverted_clear_brush 공개적으로 프로퍼티

public Brush,System.Drawing inverted_clear_brush
리턴 System.Drawing.Brush

inverted_txt_brush 공개적으로 프로퍼티

public Brush,System.Drawing inverted_txt_brush
리턴 System.Drawing.Brush

is_color 공개적으로 프로퍼티

public bool is_color
리턴 bool

last_buttons 보호되어 있는 프로퍼티

protected uint last_buttons
리턴 uint

modules 공개적으로 프로퍼티

public List modules
리턴 List

num_fonts 보호되어 있는 프로퍼티

protected int num_fonts
리턴 int

render_hint 공개적으로 프로퍼티

public System.Drawing.Text.TextRenderingHint render_hint
리턴 System.Drawing.Text.TextRenderingHint

sys_font 공개적으로 프로퍼티

public Font,System.Drawing sys_font
리턴 System.Drawing.Font

use_backdrops 공개적으로 프로퍼티

public bool use_backdrops
리턴 bool

valid 공개적으로 프로퍼티

public bool valid
리턴 bool

width 공개적으로 프로퍼티

public int width
리턴 int