C# Class FarsiLibrary.Win.Drawing.FAPainterBase

Base painter for all painter classes. You should inherit this class to implement a new painter.
Afficher le fichier Open project: HEskandari/FarsiLibrary

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Drawing.Rectangle

DrawString() public méthode

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
Résultat void

DrawVerticalArrow() public méthode

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
Résultat System.Drawing.Rectangle