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


Graphicsオブジェクト。
X座標。
Y座標。
幅。
高さ。
左を描画するかどうかを指定します。
上を描画するかどうかを指定します。
右を描画するかどうかを指定します。
下を描画するかどうかを指定します。
インジケーターを描画します。
構文
'Declaration
 
Public Sub Paint( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal left As Boolean, _
   ByVal top As Boolean, _
   ByVal right As Boolean, _
   ByVal bottom As Boolean _
) 
'使用法
 
Dim instance As FlatFocusIndicatorRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim left As Boolean
Dim top As Boolean
Dim right As Boolean
Dim bottom As Boolean
 
instance.Paint(g, x, y, width, height, left, top, right, bottom)
public void Paint( 
   Graphics g,
   int x,
   int y,
   int width,
   int height,
   bool left,
   bool top,
   bool right,
   bool bottom
)

パラメータ

g
Graphicsオブジェクト。
x
X座標。
y
Y座標。
width
幅。
height
高さ。
left
左を描画するかどうかを指定します。
top
上を描画するかどうかを指定します。
right
右を描画するかどうかを指定します。
bottom
下を描画するかどうかを指定します。
参照

FlatFocusIndicatorRenderer クラス
FlatFocusIndicatorRenderer メンバ

 

 


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