C# Class FarsiLibrary.Win.Drawing.FAPainterBase

Base painter for all painter classes. You should inherit this class to implement a new painter.
显示文件 Open project: HEskandari/FarsiLibrary

Public Methods

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

Method Details

DrawArrow() public method

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
return System.Drawing.Rectangle

DrawString() public method

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

DrawVerticalArrow() public method

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
return System.Drawing.Rectangle