Reports for WPF
DrawLine(String,Double,Double,Double,Double,Brush,Brush,DoubleCollection,Double) メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > C1Mapper クラス > DrawLine メソッド : DrawLine(String,Double,Double,Double,Double,Brush,Brush,DoubleCollection,Double) メソッド
Adds a line to the lines layer.
シンタックス
'宣言
 
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.Windows.Media.Brush, _
   ByVal fill As System.Windows.Media.Brush, _
   ByVal dashes As System.Windows.Media.DoubleCollection, _
   ByVal thickness As System.Double _
) 
public void DrawLine( 
   System.string layerKey,
   System.double longitude1,
   System.double latitude1,
   System.double longitude2,
   System.double latitude2,
   System.Windows.Media.Brush stroke,
   System.Windows.Media.Brush fill,
   System.Windows.Media.DoubleCollection dashes,
   System.double thickness
)

パラメータ

layerKey
longitude1
latitude1
longitude2
latitude2
stroke
fill
dashes
thickness
参照

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