GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.ActiveReports 名前空間 > GraphicsExtensions クラス : CreateBrush メソッド |
'宣言 Public Shared Function CreateBrush( _ ByVal graphics As Graphics, _ ByVal backgroundStyle As BackgroundStyle, _ ByVal hatchStyle As HatchStyle, _ ByVal gradientStyle As GradientStyle, _ ByVal rect As RectangleF, _ ByVal firstColor As Color, _ ByVal secondColor As Color _ ) As Brush
public static Brush CreateBrush( Graphics graphics, BackgroundStyle backgroundStyle, HatchStyle hatchStyle, GradientStyle gradientStyle, RectangleF rect, Color firstColor, Color secondColor )