PowerTools SPREAD for Windows Forms 8.0J
Show(Int32,Int32) メソッド


水平方向の画面座標(ピクセル単位)。
垂直方向の画面座標(ピクセル単位)。
SPREADの座標を基準としてSpreadTouchStripを配置します。
構文
'Declaration
 
Public Overloads Shadows Sub Show( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
'使用法
 
Dim instance As SpreadTouchStrip
Dim x As Integer
Dim y As Integer
 
instance.Show(x, y)
public new void Show( 
   int x,
   int y
)

パラメータ

x
水平方向の画面座標(ピクセル単位)。
y
垂直方向の画面座標(ピクセル単位)。
解説
SpreadTouchStripが指の下に隠れないように、デフォルトで位置が調整されます。
参照

SpreadTouchStrip クラス
SpreadTouchStrip メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.