Returns distance from annotation to the specifies point.
'宣言
Function Distance( _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Double
System.double Distance(
System.double ,
System.double
)
パラメータ
- x
- X pixel coordinate.
- y
- Y pixel coordinate.
戻り値の型
The distance from annotation to the specifies point.