Hi,
The Following code doesn't work.
BrushPlus solidBrush = new LinearGradientBrush(new GpRect(x, y, width, height), gradientStartColor, gradientEndColor, LinearGradientMode.LinearGradientModeVertical);
FillPath(solidBrush, path);
If I use the signature without LinearGradientMode everything works fine.
Can somebody help?