GrapeCity ActiveReports for .NET 14.0J
CreateGradientBrush メソッド

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > GraphicsExtensions クラス : CreateGradientBrush メソッド
描画するグラフィックス。
線状グラデーションの境界線を指定するSystem.Drawing.RectangleF構造体。
グラデーションのスタイル。
グラデーションの開始色を表すSystem.Drawing.Color構造体。
グラデーションの終了色を表すSystem.Drawing.Color構造体。
四角形、開始色&終了色および向きのモードに基づいて新しいグラデーションブラシを作成します。
シンタックス
'宣言
 
Public Shared Function CreateGradientBrush( _
   ByVal graphics As Graphics, _
   ByVal rect As RectangleF, _
   ByVal gradientStyle As GradientStyle, _
   ByVal firstColor As Color, _
   ByVal secondColor As Color _
) As Brush
public static Brush CreateGradientBrush( 
   Graphics graphics,
   RectangleF rect,
   GradientStyle gradientStyle,
   Color firstColor,
   Color secondColor
)

パラメータ

graphics
描画するグラフィックス。
rect
線状グラデーションの境界線を指定するSystem.Drawing.RectangleF構造体。
gradientStyle
グラデーションのスタイル。
firstColor
グラデーションの開始色を表すSystem.Drawing.Color構造体。
secondColor
グラデーションの終了色を表すSystem.Drawing.Color構造体。
参照

GraphicsExtensions クラス
GraphicsExtensions メンバ