C# Класс FarsiLibrary.Win.Drawing.FAPainterOffice2003

Painter class used to paint drawing objects in Office 2003 theme.
Наследование: FAPainterBase, IFAPainter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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