C# Class FarsiLibrary.Win.Drawing.FAPainterOffice2000

Painter class used to paint drawing objects in Office 2000 theme.
Inheritance: FAPainterBase, IFAPainter
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Méthodes publiques

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

Method Details

DrawBorder() public méthode

public DrawBorder ( Graphics g, Rectangle rectangle, bool enabled ) : void
g System.Drawing.Graphics
rectangle System.Drawing.Rectangle
enabled bool
Résultat void

DrawButton() public méthode

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

DrawButtonFocusRect() public méthode

public DrawButtonFocusRect ( Graphics g, Rectangle r, ItemState state ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
state ItemState
Résultat void

DrawFilledBackground() public méthode

public DrawFilledBackground ( Graphics g, Rectangle rectangle, bool isGradient, float angle ) : void
g System.Drawing.Graphics
rectangle System.Drawing.Rectangle
isGradient bool
angle float
Résultat void

DrawFocusRect() public méthode

public DrawFocusRect ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
Résultat void

DrawSelectedPanel() public méthode

public DrawSelectedPanel ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
Résultat void

DrawSelectionBorder() public méthode

public DrawSelectionBorder ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
Résultat void

DrawSeparator() public méthode

public DrawSeparator ( Graphics g, Point ptFrom, Point ptTo ) : void
g System.Drawing.Graphics
ptFrom System.Drawing.Point
ptTo System.Drawing.Point
Résultat void

DrawVerticalSeparator() public méthode

public DrawVerticalSeparator ( Graphics g, Point from, Point to ) : void
g System.Drawing.Graphics
from System.Drawing.Point
to System.Drawing.Point
Résultat void

DrawWhiteBackground() public méthode

public DrawWhiteBackground ( Graphics g, Rectangle r, bool isGradient, float angle ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
isGradient bool
angle float
Résultat void