Reports for WPF
DrawPoint メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > C1Mapper クラス : DrawPoint メソッド
Adds a point.
シンタックス
'宣言
 
Public Sub DrawPoint( _
   ByVal layerKey As System.String, _
   ByVal longitude As System.Double, _
   ByVal latitude As System.Double, _
   ByVal caption As System.String, _
   ByVal font As System.Drawing.Font, _
   ByVal textColor As System.Drawing.Color, _
   ByVal markShape As MarkerShape, _
   ByVal size As System.Double, _
   ByVal stroke As System.Drawing.Color, _
   ByVal fill As System.Drawing.Color _
) 
public void DrawPoint( 
   System.string layerKey,
   System.double longitude,
   System.double latitude,
   System.string caption,
   System.Drawing.Font font,
   System.Drawing.Color textColor,
   MarkerShape markShape,
   System.double size,
   System.Drawing.Color stroke,
   System.Drawing.Color fill
)

パラメータ

layerKey
longitude
latitude
caption
font
textColor
markShape
size
stroke
fill
参照

C1Mapper クラス
C1Mapper メンバ