Hello Luuk,
Thanks for your reply. Two other experts have reported the posted code is error free so my problem must be elsewhere. Thank you for your time.
Jim
User Profile
Collapse
-
ColorBlend problem
Date: 4/21/20
Using W10/64 and VS 2019 Community.
I am trying to do a simple 3 color horizontal gradient fill. I was able to trap the error but not find out exactly the problem. A breakpoint on the problem line indicated colorBlend to be correct. Here is the code. I would appreciate any help with this.
Code:Rectangle myRectangle = new Rectangle ( x3, y1, x4 - x3, y2 - y1 + 1 ); // fillColor is any arbitrary
No activity results to display
Show More
Leave a comment: