PowerTools SPREAD for Windows Forms 8.0J
PaintTouchGripper メソッド (FlatFocusIndicatorRenderer)


描画用のグラフィックデバイスインタフェース
描画矩形
太さ
背景色
前景色
グリッパーのフォーカスインジケーターを描画します。
構文
public void PaintTouchGripper( 
   Graphics g,
   Rectangle rect,
   int thickness,
   Color backColor,
   Color foreColor
)
'Declaration
 
Public Sub PaintTouchGripper( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle, _
   ByVal thickness As Integer, _
   ByVal backColor As Color, _
   ByVal foreColor As Color _
) 
 
'使用法
 
Dim instance As FlatFocusIndicatorRenderer
Dim g As Graphics
Dim rect As Rectangle
Dim thickness As Integer
Dim backColor As Color
Dim foreColor As Color
 
instance.PaintTouchGripper(g, rect, thickness, backColor, foreColor)

パラメータ

g
描画用のグラフィックデバイスインタフェース
rect
描画矩形
thickness
太さ
backColor
背景色
foreColor
前景色
参照

FlatFocusIndicatorRenderer クラス
FlatFocusIndicatorRenderer メンバ

 

 


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