MESCIUS SPREAD for Windows Forms 15.0J
PaintSelection メソッド (DefaultSelectionRenderer)

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

パラメータ

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

DefaultSelectionRenderer クラス
DefaultSelectionRenderer メンバ

 

 


© MESCIUS inc. All rights reserved.