'宣言
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構造体。