PowerTools SPREAD for Windows Forms 8.0J
PaintSplitBarCrossover メソッド (EnhancedInterfaceRenderer)


分割バーを描画するためのグラフィックデバイスインタフェース
x座標
y座標
交差部分の幅
交差部分の高さ
分割バー間の交差部分を描画します。
構文
'Declaration
 
Public Sub PaintSplitBarCrossover( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
'使用法
 
Dim instance As EnhancedInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
 
instance.PaintSplitBarCrossover(g, x, y, width, height)
public void PaintSplitBarCrossover( 
   Graphics g,
   int x,
   int y,
   int width,
   int height
)

パラメータ

g
分割バーを描画するためのグラフィックデバイスインタフェース
x
x座標
y
y座標
width
交差部分の幅
height
交差部分の高さ
参照

EnhancedInterfaceRenderer クラス
EnhancedInterfaceRenderer メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.