PowerTools SPREAD for Windows Forms 8.0J
PaintRangeGroupLevelBox メソッド (GradientInterfaceRenderer)


ボックスを描画するためのグラフィックデバイスインタフェース
x座標
y座標
幅(ピクセル単位)
高さ(ピクセル単位)
アウトライン(範囲グループ)のレベル
これが行のアウトライン(範囲グループ)であるかどうか
右から左に設定するかどうか
アウトライン(範囲グループ)のレベルインジケーターボックスを描画します。
構文
'Declaration
 
Public Sub PaintRangeGroupLevelBox( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal groupLevel As Integer, _
   ByVal rowGroup As Boolean, _
   ByVal isLeftToRight As Boolean _
) 
'使用法
 
Dim instance As GradientInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim groupLevel As Integer
Dim rowGroup As Boolean
Dim isLeftToRight As Boolean
 
instance.PaintRangeGroupLevelBox(g, x, y, width, height, groupLevel, rowGroup, isLeftToRight)
public void PaintRangeGroupLevelBox( 
   Graphics g,
   int x,
   int y,
   int width,
   int height,
   int groupLevel,
   bool rowGroup,
   bool isLeftToRight
)

パラメータ

g
ボックスを描画するためのグラフィックデバイスインタフェース
x
x座標
y
y座標
width
幅(ピクセル単位)
height
高さ(ピクセル単位)
groupLevel
アウトライン(範囲グループ)のレベル
rowGroup
これが行のアウトライン(範囲グループ)であるかどうか
isLeftToRight
右から左に設定するかどうか
参照

GradientInterfaceRenderer クラス
GradientInterfaceRenderer メンバ

 

 


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