Converting brush images from old TChart
Posted: Mon Jan 19, 2009 4:19 pm
I have written my utility to convert old Win32 TChart templates into .NET format. So far I have one (as far as I know) outstanding issue. In Win32 brushes could have a pattern set to use an image, which was kind of default image (the extra selections on your left, like "zigzag"). I can save this image and reload it to .NET, but then it is treated as a real image, so my color selections are not applied. From other side, the .NET version does have all these selections available on the Hutch page, so if I only knew, which one was selected... So, here is my question: does anyone know, how to figure out if the image assigned to a brush is one of the TChart predefined ones, and if so - which one?
Help is greatly appreciated.
Help is greatly appreciated.