MESCIUS SPREAD for Windows Forms 15.0J
Paint メソッド (FlatFocusIndicatorRenderer)

Graphicsオブジェクト。
X座標。
Y座標。
幅。
高さ。
左を描画するかどうかを指定します。
上を描画するかどうかを指定します。
右を描画するかどうかを指定します。
下を描画するかどうかを指定します。
インジケーターを描画します。
構文
'宣言
 
Public Overridable 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 _
) 
public virtual 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 メンバ

 

 


© MESCIUS inc. All rights reserved.