Page 1 of 1
Transparent Bitmaps on AxCADviewX1 ?
Posted: 24 Nov 2010, 13:02
by Andy_1a
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)
Re: Transparent Bitmaps on AxCADviewX1 ?
Posted: 24 Nov 2010, 15:48
by support
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.
Re: Transparent Bitmaps on AxCADviewX1 ?
Posted: 13 Dec 2010, 11:29
by Andy_1a
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
Re: Transparent Bitmaps on AxCADviewX1 ?
Posted: 14 Dec 2010, 18:18
by support
Hello.
Current CADViewX version doesn't allow set ImageEnt transparency. We need add correspond property to library API at first.
Alexander.
Re: Transparent Bitmaps on AxCADviewX1 ?
Posted: 16 Dec 2010, 17:00
by Andy_1a
Solved!
Zorder(0) in vb6 and BringToFront works.
anyway thanks for the answers
andy
Re: Transparent Bitmaps on AxCADviewX1 ?
Posted: 17 Dec 2010, 16:04
by support
Hello Andy.
I was thinking you need transparent part of CADImage, not transparent control. Sorry.
Alexander.