FlexReport for WinForms
AddBoundingPoint メソッド


C1.Win.FlexReport.CustomFields.4.5.2 アセンブリ > C1.Win.FlexReport.CustomFields.Maps 名前空間 > C1Mapper クラス : AddBoundingPoint メソッド
指定された経度。
指定された緯度。
指定された座標を使用して新しい境界ボックスを作成します。
シンタックス
'宣言
 
Public Sub AddBoundingPoint( _
   ByVal longitude As System.Double, _
   ByVal latitude As System.Double _
) 
'使用法
 
Dim instance As C1Mapper
Dim longitude As System.Double
Dim latitude As System.Double
 
instance.AddBoundingPoint(longitude, latitude)
public void AddBoundingPoint( 
   System.double longitude,
   System.double latitude
)

パラメータ

longitude
指定された経度。
latitude
指定された緯度。
参照

C1Mapper クラス
C1Mapper メンバ