GrapeCity SPREAD for Windows Forms 12.0J
Paint(Graphics,Rectangle) メソッド


表示するグラフィック

描画する矩形領域
詳細については、Microsoft .NET FrameworkリファレンスのRectangle構造体を参照してください。
指定した矩形内にピクチャを描画します。
構文
'Declaration
 
Public Overloads Overridable Sub Paint( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle _
) 
'使用法
 
Dim instance As Picture
Dim g As Graphics
Dim rect As Rectangle
 
instance.Paint(g, rect)
public virtual void Paint( 
   Graphics g,
   Rectangle rect
)

パラメータ

g

表示するグラフィック

rect
描画する矩形領域
詳細については、Microsoft .NET FrameworkリファレンスのRectangle構造体を参照してください。
参照

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

 

 


Copyright © 2004 GrapeCity inc.