GrapeCity PlusPak for Windows Forms 10.0J
VerticalFillRectangle メソッド

描画するSystem.Drawing.Graphicsオブジェクト。
塗りつぶす矩形を示すSystem.Drawing.Rectangleの値。
グラデーションの開始色を示すSystem.Drawing.Colorの値。
グラデーションの終了色を示すSystem.Drawing.Colorの値。
矩形を色で塗りつぶします。
シンタックス
Protected Sub VerticalFillRectangle( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal startColor As Color, _
   ByVal endColor As Color _
) 
protected void VerticalFillRectangle( 
   Graphics graphics,
   Rectangle rectangle,
   Color startColor,
   Color endColor
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
rectangle
塗りつぶす矩形を示すSystem.Drawing.Rectangleの値。
startColor
グラデーションの開始色を示すSystem.Drawing.Colorの値。
endColor
グラデーションの終了色を示すSystem.Drawing.Colorの値。
参照

参照

GradientRenderer クラス
GradientRenderer メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.