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


ボタンを描画するためのグラフィックデバイスインタフェース
x座標
y座標
幅(ピクセル単位)
高さ(ピクセル単位)
アウトライン(範囲グループ)の状態
これが行のアウトライン(範囲グループ)であるかどうか
右から左に設定するかどうか
アウトライン(範囲グループ)のボタンを描画します。
構文
'Declaration
 
Public Sub PaintRangeGroupButton( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal groupState As GroupState, _
   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 groupState As GroupState
Dim rowGroup As Boolean
Dim isLeftToRight As Boolean
 
instance.PaintRangeGroupButton(g, x, y, width, height, groupState, rowGroup, isLeftToRight)
public void PaintRangeGroupButton( 
   Graphics g,
   int x,
   int y,
   int width,
   int height,
   GroupState groupState,
   bool rowGroup,
   bool isLeftToRight
)

パラメータ

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

GradientInterfaceRenderer クラス
GradientInterfaceRenderer メンバ

 

 


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