[]
Positions the SpreadTouchStrip relative to the Spread location.
public void Show(Point tapPosition)
Public Sub Show(tapPosition As Point)
Type | Name | Description |
---|---|---|
Point | tapPosition | The horizontal and vertical location of the screen's upper-left corner, in pixels. |
The position is adjusted to avoid the finger to cover the SpreadTouchStrip by default.
Positions the SpreadTouchStrip relative to the Spread coordinates.
public void Show(int x, int y)
Public Sub Show(x As Integer, y As Integer)
Type | Name | Description |
---|---|---|
int | x | The horizontal screen coordinate, in pixels. |
int | y | The vertical screen coordinate, in pixels. |
The position is adjusted to avoid the finger to cover the SpreadTouchStrip by default.