バージョン

MapMouseButtonEventArgs コンストラクタ(Point,MapElement)

MapMouseButtonEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal position As Point, _
   ByVal element As MapElement _
)
public MapMouseButtonEventArgs( 
   Point position,
   MapElement element
)

パラメータ

position
位置。
element
コンテキスト中の MapElement。
参照