10-04-2020 06:10 PM - edited 10-04-2020 06:11 PM
transparent in regards to the .vi's frontpanel background?
I don't think that's possible with the dotnet picture box, use the built-in LabView image to achieve this.
within the dotnet picture box, you can set each pixel's alpha channel from 0 to 255
e.g. all pixel of the rotated image to alpha = 255, all the black background pixels to 0
or vice versa
10-05-2020 01:50 PM
@alexderjuengere wrote:
transparent in regards to the .vi's frontpanel background?
I don't think that's possible with the dotnet picture box, use the built-in LabView image to achieve this.
like this
10-07-2020 08:59 AM
10-07-2020 11:52 AM
@constructionworker wrote:Alexderjuengere thanks I solved this problem with a different method.
Hi, @constructionworker,
For the benefit of the next person to come along, could you please answer these questions?
Thanks,
joeorbob
10-11-2020 07:20 AM - edited 10-11-2020 07:22 AM
I am trying to add the bitmap image to the Gmap.Net map. I need to rotate the image. but after doing it with the method alexderjuengere showed, I could not add it to the example made with Gmap.Net. I ran into some problems. I could not see the image as transparent. I commented on the C # examples made with 'Gmap.Net.Windows.dll' to Labview. Now I can transparently add a PNG file I want to the map and rotate it. This is how I solved this problem.
04-03-2021 02:10 AM
Thank you for the vi, after continuous operation for a period of time, the program prompts out of memory, I think may be MemoryStream no release, I try to release it but doesn't work, can you help me,Thank you !!