'宣言 Public Function New( _ ByVal startColor As System.Drawing.Color, _ ByVal endColor As System.Drawing.Color, _ ByVal centerOfStartCircle As System.Drawing.PointF _ )
public RadialGradientBrush( System.Drawing.Color startColor, System.Drawing.Color endColor, System.Drawing.PointF centerOfStartCircle )
パラメータ
- startColor
- The start gradient color.
- endColor
- The end gradient color.
- centerOfStartCircle
- The center of the start circle that defines the beginning of the gradient.