C# Class IjwFramework.Ui.Painter

Afficher le fichier Open project: chrisforbes/Ijw.Framework Class Usage Examples

Méthodes publiques

Méthode Description
DrawImage ( Image i ) : void
DrawSeparatorLine ( Pen p ) : void
DrawString ( string s, Font f, Brush b ) : void
DrawString ( string s, Font f, Brush b, int yofs, int maxx ) : void
Pad ( int pixels ) : void
Painter ( Graphics g, Rectangle bounds ) : System
SetPosition ( int pixels ) : void

Method Details

DrawImage() public méthode

public DrawImage ( Image i ) : void
i Image
Résultat void

DrawSeparatorLine() public méthode

public DrawSeparatorLine ( Pen p ) : void
p System.Drawing.Pen
Résultat void

DrawString() public méthode

public DrawString ( string s, Font f, Brush b ) : void
s string
f System.Drawing.Font
b System.Drawing.Brush
Résultat void

DrawString() public méthode

public DrawString ( string s, Font f, Brush b, int yofs, int maxx ) : void
s string
f System.Drawing.Font
b System.Drawing.Brush
yofs int
maxx int
Résultat void

Pad() public méthode

public Pad ( int pixels ) : void
pixels int
Résultat void

Painter() public méthode

public Painter ( Graphics g, Rectangle bounds ) : System
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat System

SetPosition() public méthode

public SetPosition ( int pixels ) : void
pixels int
Résultat void