MESCIUS SPREAD for Windows Forms 15.0J
Paint メソッド (INoteIndicatorRenderer)

セルを描画するためのグラフィックデバイスインタフェース。
X座標
Y座標
幅(ピクセル単位)
高さ(ピクセル単位)
指定したコントロールとサイズを使用して、セルノートインジケータを持つセルを描画します。
構文
'宣言
 
Sub Paint( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
void Paint( 
   Graphics g,
   int x,
   int y,
   int width,
   int height
)

パラメータ

g
セルを描画するためのグラフィックデバイスインタフェース。
x
X座標
y
Y座標
width
幅(ピクセル単位)
height
高さ(ピクセル単位)
参照

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

 

 


© MESCIUS inc. All rights reserved.