'宣言 Public Function New( _ ByVal colors() As System.Drawing.Color, _ ByVal direction As GradientDirection _ )
public LinearBoxGradientBrush( System.Drawing.Color[] colors, GradientDirection direction )
パラメータ
- colors
- An array of System.Drawing.Color that indicates the linear gradient colors.
- direction
- A GradientDirection that indicates the gradient direction.