GrapeCity SPREAD for Windows Forms 12.0J
FieldPaintEventArgs コンストラクタ


項目の描画に使用されるSystem.Drawing.Graphicsオブジェクト。
描画先の矩形を表すクリップされた System.Drawing.Rectangle
描画された Field
FieldPaintEventArgs クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal graphics As Graphics, _
   ByVal clipRectangle As Rectangle, _
   ByVal field As Field _
)
'使用法
 
Dim graphics As Graphics
Dim clipRectangle As Rectangle
Dim field As Field
 
Dim instance As New FieldPaintEventArgs(graphics, clipRectangle, field)
public FieldPaintEventArgs( 
   Graphics graphics,
   Rectangle clipRectangle,
   Field field
)

パラメータ

graphics
項目の描画に使用されるSystem.Drawing.Graphicsオブジェクト。
clipRectangle
描画先の矩形を表すクリップされた System.Drawing.Rectangle
field
描画された Field
参照

FieldPaintEventArgs クラス
FieldPaintEventArgs メンバ

 

 


Copyright © 2004 GrapeCity inc.