バージョン

MouseVirtualPositionChangedEventArgs コンストラクタ

新しい MouseVirtualPositionChangedEventArgs インスタンスを作成します
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal isInBitmap As Boolean _
)
public MouseVirtualPositionChangedEventArgs( 
   int x,
   int y,
   bool isInBitmap
)

パラメータ

x
イメージの拡大表示の上にあるマウスの仮想 x 位置。
y
イメージの拡大表示の上にあるマウスの仮想 y 位置。
isInBitmap
マウスが現在イメージの表示部分の上にあるかどうかを示すブール値。
参照