GrapeCity SPREAD for Windows Forms 11.0J
OnPaintBackground(Graphics,Rectangle) メソッド


Graphicsオブジェクト
コントロールの座標
要素の背景を描画します。
構文
'Declaration
 
Public Overloads Overridable Sub OnPaintBackground( _
   ByVal g As Graphics, _
   ByVal rectInput As Rectangle _
) 
'使用法
 
Dim instance As ElementControl
Dim g As Graphics
Dim rectInput As Rectangle
 
instance.OnPaintBackground(g, rectInput)
public virtual void OnPaintBackground( 
   Graphics g,
   Rectangle rectInput
)

パラメータ

g
Graphicsオブジェクト
rectInput
コントロールの座標
参照

ElementControl クラス
ElementControl メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.