Méthode | Description | |
---|---|---|
DropDockingIndicatorsSquare ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System |
Initialize a new instance of the DropDockingIndicatorsSquare class.
|
|
MouseReset ( ) : void |
Ensure the state is updated to reflect the mouse not being over the control.
|
|
ScreenMouseMove ( Point screenPoint ) : int |
Perofrm mouse hit testing against a screen point.
|
|
ShowRelative ( |
Show the window relative to provided screen rectangle.
|
Méthode | Description | |
---|---|---|
DrawPath ( |
||
DropIndicators_Paint ( object sender, PaintEventArgs e ) : void |
public DropDockingIndicatorsSquare ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System | ||
paletteDragDrop | IPaletteDragDrop | Drawing palette. |
renderer | IRenderer | Drawing renderer. |
showLeft | bool | Show left hot area. |
showRight | bool | Show right hot area. |
showTop | bool | Show top hot area. |
showBottom | bool | Show bottom hot area. |
showMiddle | bool | Show middle hot area. |
Résultat | System |
public ScreenMouseMove ( Point screenPoint ) : int | ||
screenPoint | Point | Screen point. |
Résultat | int |
public ShowRelative ( |
||
screenRect | Screen rectangle. | |
Résultat | void |