Rank: Advanced Member
Groups: Guest
Joined: 3/29/2010(UTC) Posts: 81
Thanks: 10 times
|
Hello... can i get "ARGB" values of an image, which is added as an object (image) in multilayerViewer? is it possible to make transparent image? pls help me... Edited by user Monday, January 3, 2011 4:27:28 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
Hello, Quote: can i get "ARGB" values of an image, which is added as an object (image) in multilayerViewer? Unfortunately, it is not possible.Quote: is it possible to make transparent image? Could you please explain what you want to get eventually?
|
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 3/29/2010(UTC) Posts: 81
Thanks: 10 times
|
when i select image object from multilayerviewer, have an option to set its transparency.. actually, when i changing the value, the transparency (Alpha channel) apply to image according to values.. is it possible... pls help me soon... Edited by user Wednesday, January 5, 2011 1:03:00 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
Hello, Here is the code snippet which allows to create partially-transparent image on the MultiLayer Viewer : Code:
Aurigma.GraphicsMill.Bitmap image = new Aurigma.GraphicsMill.Bitmap("c://2.jpg");
image.Channels.AddAlpha(0.7f);
Aurigma.GraphicsMill.WinControls.ImageVObject img = new Aurigma.GraphicsMill.WinControls.ImageVObject(image, true, 0, 0);
multiLayerViewer1.Layers[0].VObjects.Add(img);
|
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 3/29/2010(UTC) Posts: 81
Thanks: 10 times
|
Thanx .... its take image from file, but i need to take selected image from multilayer viewer, can i able to load the image from multilayer to bitmapviewer? pls help me soon..
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
Hi,
Unfortunately, it is not possible. |
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.