FlexReport for WinForms
DrawPoint メソッド


C1.Win.FlexReport.CustomFields.4.5.2 アセンブリ > C1.Win.FlexReport.CustomFields.Maps 名前空間 > C1Mapper クラス : DrawPoint メソッド
ポイントを追加します。
シンタックス
'宣言
 
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 _
) 
'使用法
 
Dim instance As C1Mapper
Dim layerKey As System.String
Dim longitude As System.Double
Dim latitude As System.Double
Dim caption As System.String
Dim font As System.Drawing.Font
Dim textColor As System.Drawing.Color
Dim markShape As MarkerShape
Dim size As System.Double
Dim stroke As System.Drawing.Color
Dim fill As System.Drawing.Color
 
instance.DrawPoint(layerKey, longitude, latitude, caption, font, textColor, markShape, size, stroke, fill)
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 メンバ