C# Class IjwFramework.Ui.Painter

Exibir arquivo Open project: chrisforbes/Ijw.Framework Class Usage Examples

Public Methods

Method 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 method

public DrawImage ( Image i ) : void
i Image
return void

DrawSeparatorLine() public method

public DrawSeparatorLine ( Pen p ) : void
p System.Drawing.Pen
return void

DrawString() public method

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

DrawString() public method

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
return void

Pad() public method

public Pad ( int pixels ) : void
pixels int
return void

Painter() public method

public Painter ( Graphics g, Rectangle bounds ) : System
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
return System

SetPosition() public method

public SetPosition ( int pixels ) : void
pixels int
return void