Dsl (Digital Simulation Library) for .Net
軸目盛りと目盛り値を描画します。

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

構文

C#
public void Draw(
	DslGraphics G,
	float v,
	float x,
	float y
)
Visual Basic
Public Sub Draw ( 
	G As DslGraphics,
	v As Single,
	x As Single,
	y As Single
)
Visual C++
public:
void Draw(
	DslGraphics^ G, 
	float v, 
	float x, 
	float y
)

Parameters

G
タイプ: DslDialog..::..DslGraphics
描画用の DslGraphics オブジェクト。
v
タイプ: System..::..Single
目盛り値
x
タイプ: System..::..Single
軸目盛を描画するX-座標
y
タイプ: System..::..Single
軸目盛を描画するY-座標

参照