PowerTools SPREAD for Windows Forms 8.0J
DrawHorizontalThumbGrip メソッド (DefaultScrollBarRenderer)


スクロールボックスのグリップを描画するためのグラフィックデバイスインタフェース
描画の境界を表す矩形
スクロールバーボタンオブジェクト
水平スクロールボックスのグリップを描画します。
構文
'Declaration
 
Public Overridable Sub DrawHorizontalThumbGrip( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal element As FpScrollBarButton _
) 
'使用法
 
Dim instance As DefaultScrollBarRenderer
Dim g As Graphics
Dim bounds As Rectangle
Dim element As FpScrollBarButton
 
instance.DrawHorizontalThumbGrip(g, bounds, element)
public virtual void DrawHorizontalThumbGrip( 
   Graphics g,
   Rectangle bounds,
   FpScrollBarButton element
)

パラメータ

g
スクロールボックスのグリップを描画するためのグラフィックデバイスインタフェース
bounds
描画の境界を表す矩形
element
スクロールバーボタンオブジェクト
参照

DefaultScrollBarRenderer クラス
DefaultScrollBarRenderer メンバ

 

 


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