How to cast TCanvas3D to TCanvas and vice a versa
Posted: Tue Nov 21, 2006 10:29 am
I need to pass the canvas of the VCL as parameter to some methods who in turn do some drawing operations on the canvas. For this I need to do class casting from TCavas3D to TCanvas and vice a versa. But it seems that since both of these are not compatible so compiler complains and does not even compiles the code.
Can some one please help some alternative.
Thanks in advance
Can some one please help some alternative.
Thanks in advance