GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.ActiveReports 名前空間 > GraphicsExtensions クラス : CreateGradientBrush メソッド |
'宣言 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 )