Dsl (Digital Simulation Library) for .Net
座標(x,y)の位置に目盛りマークと目盛り文字を描いた時の(それらを包含する)矩形を返す。 個々の目盛りが描画される都度本メソッドが呼ばれます。個々の包含矩形の和が座標軸の矩形になります。 座標軸はこの矩形の中に描画されます。

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

構文

C#
public RectangleF TickRectangle(
	DslGraphics G,
	float v,
	float x,
	float y
)
Visual Basic
Public Function TickRectangle ( 
	G As DslGraphics,
	v As Single,
	x As Single,
	y As Single
) As RectangleF
Visual C++
public:
RectangleF TickRectangle(
	DslGraphics^ G, 
	float v, 
	float x, 
	float y
)

Parameters

G
タイプ: DslDialog..::..DslGraphics
文字のサイズを決定するために必要な DslGraphics
v
タイプ: System..::..Single
目盛りの値
x
タイプ: System..::..Single
目盛り位置のX-座標
y
タイプ: System..::..Single
目盛り位置のY-座標

Return Value

タイプ: RectangleF
目盛り線と目盛り値文字を包含する矩形

参照