C# 클래스 IjwFramework.Ui.Painter

파일 보기 프로젝트 열기: chrisforbes/Ijw.Framework 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DrawImage() 공개 메소드

public DrawImage ( Image i ) : void
i Image
리턴 void

DrawSeparatorLine() 공개 메소드

public DrawSeparatorLine ( Pen p ) : void
p System.Drawing.Pen
리턴 void

DrawString() 공개 메소드

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

DrawString() 공개 메소드

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
리턴 void

Pad() 공개 메소드

public Pad ( int pixels ) : void
pixels int
리턴 void

Painter() 공개 메소드

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

SetPosition() 공개 메소드

public SetPosition ( int pixels ) : void
pixels int
리턴 void