Метод | Описание | |
---|---|---|
DefinePaths ( |
Define the drawing paths for the shadow.
|
|
Show ( |
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 ( |
||
DrawShadow ( |
||
VisualPopupShadow ( ) : System |
public DefinePaths ( |
||
path1 | Outer path. | |
path2 | Middle path. | |
path3 | Inside path. | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs containing the event data. |
Результат | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | A PaintEventArgs containing the event data. |
Результат | void |
public Show ( |
||
screenRect | Screen rectangle for showing the popup. | |
Результат | void |