As a new user to CadviewX I need to show transparent Bitmaps(png) on CADviewX.
I tried without success (Button, Picturebox...)
success with RectangleShape1 with Backgroundimage, but only on the Form, NOT on CAD Control.
thanks for testing
Andy
(Windows Forms, vb.net 2010)
Transparent Bitmaps on AxCADviewX1 ?
Moderators: SDS, support, admin
Re: Transparent Bitmaps on AxCADviewX1 ?
Hello.
CADViewX import bitmaps as ImageEnt objects. Transparency must be set for such objects. Unfortunately current CADViewX version doesn't provide programming access to ImageEnt objects. Because of this you can't set transparency until API will be widened.
Alexander.
CADViewX import bitmaps as ImageEnt objects. Transparency must be set for such objects. Unfortunately current CADViewX version doesn't provide programming access to ImageEnt objects. Because of this you can't set transparency until API will be widened.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Transparent Bitmaps on AxCADviewX1 ?
Thanks,
but as yet without success.
I want to show this transparent bitmap over an SVG:
http://www.traum-touren.de/develop/car_orange_0.png
The pixel position is calculated before. It should look like:
http://www.traum-touren.de/develop/transpacheck1.png
(created manually)
andy
but as yet without success.
I want to show this transparent bitmap over an SVG:
http://www.traum-touren.de/develop/car_orange_0.png
The pixel position is calculated before. It should look like:
http://www.traum-touren.de/develop/transpacheck1.png
(created manually)
andy
Re: Transparent Bitmaps on AxCADviewX1 ?
Hello.
Current CADViewX version doesn't allow set ImageEnt transparency. We need add correspond property to library API at first.
Alexander.
Current CADViewX version doesn't allow set ImageEnt transparency. We need add correspond property to library API at first.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Transparent Bitmaps on AxCADviewX1 ?
Solved!
Zorder(0) in vb6 and BringToFront works.
anyway thanks for the answers
andy
Zorder(0) in vb6 and BringToFront works.
anyway thanks for the answers
andy
Re: Transparent Bitmaps on AxCADviewX1 ?
Hello Andy.
I was thinking you need transparent part of CADImage, not transparent control. Sorry.
Alexander.
I was thinking you need transparent part of CADImage, not transparent control. Sorry.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support