PowerTools PlusPak for Windows Forms 8.0J
KeyItemFromPoint メソッド

ピクセル単位のx座標
ピクセル単位のy座標
渡された座標位置に対応するKeyItemオブジェクトを返します。
構文
Public Function KeyItemFromPoint( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As KeyItem
public KeyItem KeyItemFromPoint( 
   int x,
   int y
)

パラメータ

x
ピクセル単位のx座標
y
ピクセル単位のy座標

戻り値の型

座標位置に対応するKeyItem
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcClassicFunctionKey クラス
GcClassicFunctionKey メンバ

Send Feedback