MESCIUS SPREAD for Windows Forms 15.0J
PaintSplitBox メソッド (IInterfaceRenderer)

分割ボックスを描画するためのグラフィックデバイスインタフェース
X座標
Y座標
幅(ピクセル単位)
高さ(ピクセル単位)
分割ボックスを描画します。
構文
'宣言
 
Sub PaintSplitBox( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
void PaintSplitBox( 
   Graphics g,
   int x,
   int y,
   int width,
   int height
)

パラメータ

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

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

 

 


© MESCIUS inc. All rights reserved.