バージョン

PaintCell(SceneGraph,Rectangle,Color,Color,Color,Color,Int32,Int32,Int32,IAdvanceAxis,IAdvanceAxis) メソッド

ヒートマップのセルを指定のSceneGraphに描画します。
シンタックス
'宣言
 
Protected Sub PaintCell( _
   ByVal scene As SceneGraph, _
   ByVal cell As Rectangle, _
   ByVal topLeftColor As Color, _
   ByVal topRightColor As Color, _
   ByVal bottomLeftColor As Color, _
   ByVal bottomRightColor As Color, _
   ByVal subsets As Integer, _
   ByVal i As Integer, _
   ByVal j As Integer, _
   ByVal X As IAdvanceAxis, _
   ByVal Y As IAdvanceAxis _
) 
protected void PaintCell( 
   SceneGraph scene,
   Rectangle cell,
   Color topLeftColor,
   Color topRightColor,
   Color bottomLeftColor,
   Color bottomRightColor,
   int subsets,
   int i,
   int j,
   IAdvanceAxis X,
   IAdvanceAxis Y
)

パラメータ

scene
凡例の追加先のSceneGraph。
cell
追加するセルの枠を表す長方形。
topLeftColor
このセルの左上の四分円を描画する色。
topRightColor
このセルの右上の四分円を描画する色。
bottomLeftColor
このセルの左下の四分円を描画する色。
bottomRightColor
このセルの右下の四分円を描画する色。
subsets
現在のセルを分割する回数。
i
このセルを割り当てる行。
j
このセルを割り当てる列。
X
X軸への参照。
Y
Y軸への参照。
参照