GDI+

Last post 11-22-2008 13:15 by daniels. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 11-22-2008 13:15

    GDI+

    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?

    Filed under: ,
Page 1 of 1 (1 items)