ポイントを追加します。
シンタックス
'宣言
Public Sub DrawPoint( _
ByVal As System.String, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Color, _
ByVal As MarkerShape, _
ByVal As System.Double, _
ByVal As System.Drawing.Color, _
ByVal 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 ,
System.double ,
System.double ,
System.string ,
System.Drawing.Font ,
System.Drawing.Color ,
MarkerShape ,
System.double ,
System.Drawing.Color ,
System.Drawing.Color
)
パラメータ
- layerKey
- longitude
- latitude
- caption
- font
- textColor
- markShape
- size
- stroke
- fill
参照