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

Base painter for all painter classes. You should inherit this class to implement a new painter.
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

공개 메소드들

메소드 설명
DrawArrow ( Graphics g, Rectangle rc, bool isLeft, bool isDisabled, int arrowSize ) : Rectangle
DrawString ( Graphics g, Rectangle rectangle, string text, StringFormat fmt, Font font, bool enabled ) : void
DrawVerticalArrow ( Graphics g, Rectangle rc, bool isLeft, bool isDisabled, int arrowSize ) : Rectangle

메소드 상세

DrawArrow() 공개 메소드

public DrawArrow ( Graphics g, Rectangle rc, bool isLeft, bool isDisabled, int arrowSize ) : Rectangle
g System.Drawing.Graphics
rc System.Drawing.Rectangle
isLeft bool
isDisabled bool
arrowSize int
리턴 System.Drawing.Rectangle

DrawString() 공개 메소드

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

DrawVerticalArrow() 공개 메소드

public DrawVerticalArrow ( Graphics g, Rectangle rc, bool isLeft, bool isDisabled, int arrowSize ) : Rectangle
g System.Drawing.Graphics
rc System.Drawing.Rectangle
isLeft bool
isDisabled bool
arrowSize int
리턴 System.Drawing.Rectangle