Reports for WinForms
DrawLine(String,Double,Double,Double,Double,Color,DashStyle,Double) メソッド

C1.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > C1Mapper クラス > DrawLine メソッド : DrawLine(String,Double,Double,Double,Double,Color,DashStyle,Double) メソッド
線レイヤに線を追加します。
シンタックス
'宣言
 
Public Overloads Sub DrawLine( _
   ByVal layerKey As System.String, _
   ByVal longitude1 As System.Double, _
   ByVal latitude1 As System.Double, _
   ByVal longitude2 As System.Double, _
   ByVal latitude2 As System.Double, _
   ByVal stroke As System.Drawing.Color, _
   ByVal dashStyle As DashStyle, _
   ByVal thickness As System.Double _
) 
public void DrawLine( 
   System.string layerKey,
   System.double longitude1,
   System.double latitude1,
   System.double longitude2,
   System.double latitude2,
   System.Drawing.Color stroke,
   DashStyle dashStyle,
   System.double thickness
)

パラメータ

layerKey
longitude1
latitude1
longitude2
latitude2
stroke
dashStyle
thickness
参照

C1Mapper クラス
C1Mapper メンバ
オーバーロード一覧