BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi,
I have some problem or question with a bitmapnode and I would appreciate any help.
When I create a bitmapnode the image is not centered, it is always in the upper left corner. That is a problem for me because my tool designs an unifilar for PLCs and the image appears shifted one pixel.
Maybe it is because of some property but I do not know which. I send you a picture where you can see the displacement.
Thanks in advance
Blanca
Bitmap router = new Bitmap(ec.rutaPtosVivos + @"INT_DE.jpg");
BitmapNode routernode = new BitmapNode(router, new RectangleF(10, 10, 33, 33));
routernode.Name = "Router";
diagram1.Model.AppendChild(routernode);
I send you the previous attach file again and the .jpg that I have used.
Thanks in advanced