Show Method
Show(double, double)
Show drag notification at specific point.
Declaration
public void Show(double x, double y)
Public Sub Show(x As Double, y As Double)
Parameters
| Type |
Name |
Description |
| double |
x |
The x for location point.
|
| double |
y |
The y for location point
|