Dsl (Digital Simulation Library) for .Net
指定された点列(PointF [] points)上にシンボルを描画します。

名前空間: DslDialog
アッセンブリー: DslDialog (in DslDialog.dll)

構文

C#
public void Draw(
	DslGraphics G,
	DslPen pen,
	PointF[] points
)
Visual Basic
Public Sub Draw ( 
	G As DslGraphics,
	pen As DslPen,
	points As PointF()
)
Visual C++
public:
void Draw(
	DslGraphics^ G, 
	DslPen^ pen, 
	array<PointF>^ points
)

Parameters

G
タイプ: DslDialog..::..DslGraphics
描画対象のDslGraphicsオブジェクト
pen
タイプ: DslDialog..::..DslPen
シンボルを描くDslPenオブジェクト。null ならシンボルのPenプロパティが使用されます。
points
タイプ: array<System.Drawing..::..PointF>[]()[][]
シンボル位置を示す点列(シンボルはSpan個毎に描画されます)

参照