[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadTouchStrip.Show

Show Method

Show(Point)

Positions the SpreadTouchStrip relative to the Spread location.

Declaration
public void Show(Point tapPosition)
Public Sub Show(tapPosition As Point)
Parameters
Type Name Description
Point tapPosition

The horizontal and vertical location of the screen's upper-left corner, in pixels.

Remarks

The position is adjusted to avoid the finger to cover the SpreadTouchStrip by default.

Show(int, int)

Positions the SpreadTouchStrip relative to the Spread coordinates.

Declaration
public void Show(int x, int y)
Public Sub Show(x As Integer, y As Integer)
Parameters
Type Name Description
int x

The horizontal screen coordinate, in pixels.

int y

The vertical screen coordinate, in pixels.

Remarks

The position is adjusted to avoid the finger to cover the SpreadTouchStrip by default.