FlexReport for WinForms
DistancePix メソッド


C1.Win.FlexReport.CustomFields.4.5.2 アセンブリ > C1.Win.FlexReport.CustomFields.Maps 名前空間 > C1Mapper クラス : DistancePix メソッド
2 点間のスクリーン距離(96 dpi ピクセル単位)を計算します。
シンタックス
'宣言
 
Public Function DistancePix( _
   ByVal longitude1 As System.Double, _
   ByVal latitude1 As System.Double, _
   ByVal longitude2 As System.Double, _
   ByVal latitude2 As System.Double _
) As System.Double
'使用法
 
Dim instance As C1Mapper
Dim longitude1 As System.Double
Dim latitude1 As System.Double
Dim longitude2 As System.Double
Dim latitude2 As System.Double
Dim value As System.Double
 
value = instance.DistancePix(longitude1, latitude1, longitude2, latitude2)
public System.double DistancePix( 
   System.double longitude1,
   System.double latitude1,
   System.double longitude2,
   System.double latitude2
)

パラメータ

longitude1
latitude1
longitude2
latitude2
参照

C1Mapper クラス
C1Mapper メンバ