PowerTools SPREAD for Windows Forms 8.0J
OnPaint(Graphics,Rectangle) メソッド


グラフィックデバイス
領域の境界矩形
コントロール(テキストとピクチャ)を描画します。
構文
'Declaration
 
Public Overloads Overridable Sub OnPaint( _
   ByVal g As Graphics, _
   ByVal rectInput As Rectangle _
) 
'使用法
 
Dim instance As ElementControl
Dim g As Graphics
Dim rectInput As Rectangle
 
instance.OnPaint(g, rectInput)
public virtual void OnPaint( 
   Graphics g,
   Rectangle rectInput
)

パラメータ

g
グラフィックデバイス
rectInput
領域の境界矩形
参照

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

 

 


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