バージョン

CrosshairPoint メソッド (Map<T>)

マップ モデル MapModel.CrosshairPoint を設定します。
シンタックス
'宣言
 
Public Function CrosshairPoint( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As Map(Of T)
public Map<T> CrosshairPoint( 
   System.double x,
   System.double y
)

パラメータ

x
x 座標
y
y 座標

戻り値の型

自身
参照

オンラインで表示: GitHub