バージョン

Chart3DMouseButtonEventArgs コンストラクタ(MouseButtonEventArgs,Point3D)

Chart3DMouseButtonEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal args As MouseButtonEventArgs, _
   ByVal hitPoint As Point3D _
)
public Chart3DMouseButtonEventArgs( 
   MouseButtonEventArgs args,
   Point3D hitPoint
)

パラメータ

args
このイベントの基点である MouseButtonEventArgs。
hitPoint
3D スペースでコンテキスト内のポイント。
参照