PowerTools SPREAD for Windows Forms 8.0J
PaintSelection メソッド (DefaultSelectionRenderer)


矩形の描画に使用するGraphicsオブジェクト
描画する矩形の左上隅のx座標
描画する矩形の左上隅のy座標
描画する矩形の幅
描画する矩形の高さ
選択範囲を描画します。
構文
'Declaration
 
Public Overridable Sub PaintSelection( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
'使用法
 
Dim instance As DefaultSelectionRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
 
instance.PaintSelection(g, x, y, width, height)
public virtual void PaintSelection( 
   Graphics g,
   int x,
   int y,
   int width,
   int height
)

パラメータ

g
矩形の描画に使用するGraphicsオブジェクト
x
描画する矩形の左上隅のx座標
y
描画する矩形の左上隅のy座標
width
描画する矩形の幅
height
描画する矩形の高さ
参照

DefaultSelectionRenderer クラス
DefaultSelectionRenderer メンバ

 

 


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