C# 클래스 FarsiLibrary.Win.Drawing.FAPainterOffice2000

Painter class used to paint drawing objects in Office 2000 theme.
상속: FAPainterBase, IFAPainter
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary 1 사용 예제들

공개 메소드들

메소드 설명
DrawBorder ( Graphics g, Rectangle rectangle, bool enabled ) : void
DrawButton ( Graphics g, Rectangle rectangle, string text, Font font, StringFormat fmt, ItemState state, bool hasBorder, bool enabled ) : void
DrawButtonFocusRect ( Graphics g, Rectangle r, ItemState state ) : void
DrawFilledBackground ( Graphics g, Rectangle rectangle, bool isGradient, float angle ) : void
DrawFocusRect ( Graphics g, Rectangle r ) : void
DrawSelectedPanel ( Graphics g, Rectangle r ) : void
DrawSelectionBorder ( Graphics g, Rectangle r ) : void
DrawSeparator ( Graphics g, Point ptFrom, Point ptTo ) : void
DrawVerticalSeparator ( Graphics g, Point from, Point to ) : void
DrawWhiteBackground ( Graphics g, Rectangle r, bool isGradient, float angle ) : void

메소드 상세

DrawBorder() 공개 메소드

public DrawBorder ( Graphics g, Rectangle rectangle, bool enabled ) : void
g System.Drawing.Graphics
rectangle System.Drawing.Rectangle
enabled bool
리턴 void

DrawButton() 공개 메소드

public DrawButton ( Graphics g, Rectangle rectangle, string text, Font font, StringFormat fmt, ItemState state, bool hasBorder, bool enabled ) : void
g System.Drawing.Graphics
rectangle System.Drawing.Rectangle
text string
font System.Drawing.Font
fmt System.Drawing.StringFormat
state ItemState
hasBorder bool
enabled bool
리턴 void

DrawButtonFocusRect() 공개 메소드

public DrawButtonFocusRect ( Graphics g, Rectangle r, ItemState state ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
state ItemState
리턴 void

DrawFilledBackground() 공개 메소드

public DrawFilledBackground ( Graphics g, Rectangle rectangle, bool isGradient, float angle ) : void
g System.Drawing.Graphics
rectangle System.Drawing.Rectangle
isGradient bool
angle float
리턴 void

DrawFocusRect() 공개 메소드

public DrawFocusRect ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
리턴 void

DrawSelectedPanel() 공개 메소드

public DrawSelectedPanel ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
리턴 void

DrawSelectionBorder() 공개 메소드

public DrawSelectionBorder ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
리턴 void

DrawSeparator() 공개 메소드

public DrawSeparator ( Graphics g, Point ptFrom, Point ptTo ) : void
g System.Drawing.Graphics
ptFrom System.Drawing.Point
ptTo System.Drawing.Point
리턴 void

DrawVerticalSeparator() 공개 메소드

public DrawVerticalSeparator ( Graphics g, Point from, Point to ) : void
g System.Drawing.Graphics
from System.Drawing.Point
to System.Drawing.Point
리턴 void

DrawWhiteBackground() 공개 메소드

public DrawWhiteBackground ( Graphics g, Rectangle r, bool isGradient, float angle ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
isGradient bool
angle float
리턴 void