C# Класс ComponentFactory.Krypton.Toolkit.VisualPopupShadow

Displays a shadow effect for a visual popup.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DefinePaths ( GraphicsPath path1, GraphicsPath path2, GraphicsPath path3 ) : void

Define the drawing paths for the shadow.

Show ( Rectangle screenRect ) : void

Show the popup using the provided rectangle as the screen rect.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposing of instance resources.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs pevent ) : void

Raises the PaintBackground event.

Приватные методы

Метод Описание
ClearPaths ( ) : void
DrawPaths ( Graphics g ) : void
DrawShadow ( Graphics g, Rectangle area ) : void
VisualPopupShadow ( ) : System

Описание методов

DefinePaths() публичный Метод

Define the drawing paths for the shadow.
public DefinePaths ( GraphicsPath path1, GraphicsPath path2, GraphicsPath path3 ) : void
path1 System.Drawing.Drawing2D.GraphicsPath Outer path.
path2 System.Drawing.Drawing2D.GraphicsPath Middle path.
path3 System.Drawing.Drawing2D.GraphicsPath Inside path.
Результат void

Dispose() защищенный Метод

Disposing of instance resources.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

OnPaint() защищенный Метод

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs containing the event data.
Результат void

OnPaintBackground() защищенный Метод

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs A PaintEventArgs containing the event data.
Результат void

Show() публичный Метод

Show the popup using the provided rectangle as the screen rect.
public Show ( Rectangle screenRect ) : void
screenRect System.Drawing.Rectangle Screen rectangle for showing the popup.
Результат void