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


描画に使用するGraphicsオブジェクト。
描画対象の矩形座標を表すRectangle値。
オブジェクトの設定値に基づいて描画を実行します。
構文
'Declaration
 
Public Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle _
) 
'使用法
 
Dim instance As Bevel
Dim graphics As Graphics
Dim rectangle As Rectangle
 
instance.Draw(graphics, rectangle)
public void Draw( 
   Graphics graphics,
   Rectangle rectangle
)

パラメータ

graphics
描画に使用するGraphicsオブジェクト。
rectangle
描画対象の矩形座標を表すRectangle値。
参照

Bevel 構造体
Bevel メンバ

 

 


Copyright © 2004 GrapeCity inc.