C# Class GHud.Device

Inheritance: IDisposable
Afficher le fichier Open project: BGog/GHud Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Protected Properties

Свойство Type Description
connection int
device_type int
last_buttons uint
num_fonts int

Méthodes publiques

Méthode Description
ClearLCD ( String msg ) : void
Device ( ) : System
DisplayFrame ( ) : void
Dispose ( ) : void
DoButtons ( ) : void
GetRect ( ) : Rectangle
RenderSysString ( String msg, bool invert, Rectangle rect ) : void
isValid ( ) : bool

Méthodes protégées

Méthode Description
InitLCD ( ) : void

Method Details

ClearLCD() public méthode

public ClearLCD ( String msg ) : void
msg String
Résultat void

Device() public méthode

public Device ( ) : System
Résultat System

DisplayFrame() public méthode

public DisplayFrame ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoButtons() public méthode

public DoButtons ( ) : void
Résultat void

GetRect() public méthode

public GetRect ( ) : Rectangle
Résultat System.Drawing.Rectangle

InitLCD() protected méthode

protected InitLCD ( ) : void
Résultat void

RenderSysString() public méthode

public RenderSysString ( String msg, bool invert, Rectangle rect ) : void
msg String
invert bool
rect System.Drawing.Rectangle
Résultat void

isValid() public méthode

public isValid ( ) : bool
Résultat bool

Property Details

LCD public_oe property

public Bitmap,System.Drawing LCD
Résultat System.Drawing.Bitmap

clear_brush public_oe property

public Brush,System.Drawing clear_brush
Résultat System.Drawing.Brush

clear_color public_oe property

public Color,System.Drawing clear_color
Résultat System.Drawing.Color

connection protected_oe property

protected int connection
Résultat int

cur_font public_oe property

public int cur_font
Résultat int

default_pen public_oe property

public Pen,System.Drawing default_pen
Résultat System.Drawing.Pen

default_txt_brush public_oe property

public Brush,System.Drawing default_txt_brush
Résultat System.Drawing.Brush

device public_oe property

public int device
Résultat int

device_type protected_oe property

protected int device_type
Résultat int

font_names public_oe property

public String[] font_names
Résultat String[]

font_pt public_oe property

public float font_pt
Résultat float

graph public_oe property

public Graphics,System.Drawing graph
Résultat System.Drawing.Graphics

height public_oe property

public int height
Résultat int

inverted_clear_brush public_oe property

public Brush,System.Drawing inverted_clear_brush
Résultat System.Drawing.Brush

inverted_txt_brush public_oe property

public Brush,System.Drawing inverted_txt_brush
Résultat System.Drawing.Brush

is_color public_oe property

public bool is_color
Résultat bool

last_buttons protected_oe property

protected uint last_buttons
Résultat uint

modules public_oe property

public List modules
Résultat List

num_fonts protected_oe property

protected int num_fonts
Résultat int

render_hint public_oe property

public System.Drawing.Text.TextRenderingHint render_hint
Résultat System.Drawing.Text.TextRenderingHint

sys_font public_oe property

public Font,System.Drawing sys_font
Résultat System.Drawing.Font

use_backdrops public_oe property

public bool use_backdrops
Résultat bool

valid public_oe property

public bool valid
Résultat bool

width public_oe property

public int width
Résultat int