MESCIUS SPREAD for Windows Forms 15.0J
PaintCellGridLine メソッド (EnhancedRowHeaderRenderer)

セルを描画するためのグラフィックデバイスインタフェース。
セルのX座標
セルのY座標
セルの幅
セルの高さ
セルの外観設定
セルのグリッド線を描画します。
構文
'宣言
 
Public 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 _
) 
public void PaintCellGridLine( 
   Graphics g,
   int x,
   int y,
   int width,
   int height,
   Appearance appearance
)

パラメータ

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

EnhancedRowHeaderRenderer クラス
EnhancedRowHeaderRenderer メンバ

 

 


© MESCIUS inc. All rights reserved.