MESCIUS SPREAD for Windows Forms 17.0J
PaintCellGridLine メソッド (IRenderCellGridLine)

セルを描画するグラフィックインタフェース
セルの<i>X</i>座標
セルの<i>Y</i>座標
セルの幅
セルの高さ
セルの外観設定
セルのグリッド線を描画します。
構文
'Declaration
 
Sub PaintCellGridLine( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal appearance As Appearance _
) 
void PaintCellGridLine( 
   Graphics g,
   int x,
   int y,
   int width,
   int height,
   Appearance appearance
)

パラメータ

g
セルを描画するグラフィックインタフェース
x
セルの<i>X</i>座標
y
セルの<i>Y</i>座標
width
セルの幅
height
セルの高さ
appearance
セルの外観設定
参照

IRenderCellGridLine インタフェース
IRenderCellGridLine メンバ

 

 


© MESCIUS inc. All rights reserved.