'宣言 Public Function New( _ ByVal startColor As System.Drawing.Color, _ ByVal endColor As System.Drawing.Color _ )
public LinearGradientBrush( System.Drawing.Color startColor, System.Drawing.Color endColor )
パラメータ
- startColor
- The start gradient color.
- endColor
- The end gradient color.