set_SurroundColors()

PathGradientBrush::set_SurroundColors(const ArrayPtr<Color>&) method

Sets colors that correspond to the points in the path this PathGradientBrush fills.

void System::Drawing::Drawing2D::PathGradientBrush::set_SurroundColors(const ArrayPtr<Color> &value)

Arguments

ParameterTypeDescription
valueconst ArrayPtr<Color>&An array of colors to set

See Also