Hello, I'm having an issue with GDPicture Pro (tested with version 3.5 and the latest V5). A 3D border appears around the image itself if the BackStyle is Transparent.
To reproduce, place an Imaging control and a GDViewer control on a form. Change the properties of the GDViewer as follows:
BackStyle = 0 (Transparent)
ZoomMode = 2 (Fit to control)
Put this code somewhere (where FileName is the path\name of an image file). Make sure the GDViewer control is in a different perspective than the image itself to see the issue.
PicHndl = Imaging1.CreateImageFromFile(FileName)
GDViewer1.SetNativeImage Imaging1.GetNativeImage
I'd appreciate any help. I have a large rollout next week and the boss wants this fixed.
Thanks!
Dan
