Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Noufal123  
#1 Posted : Monday, January 3, 2011 4:16:25 AM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
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

Dmitry.Obukhov  
#2 Posted : Wednesday, January 5, 2011 12:15:18 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,
  1. Quote:
    can i get "ARGB" values of an image, which is added as an object (image) in multilayerViewer?

    Unfortunately, it is not possible.
  2. 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.
Noufal123  
#3 Posted : Wednesday, January 5, 2011 12:47:07 AM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
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

Dmitry.Obukhov  
#4 Posted : Wednesday, January 5, 2011 3:30:48 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
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.
Noufal123  
#5 Posted : Wednesday, January 5, 2011 3:49:13 AM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
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..
Dmitry.Obukhov  
#6 Posted : Thursday, January 6, 2011 4:03:56 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
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.
Users browsing this topic
Guest
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.