Group: Forum Members
Last Active: 2 Years Ago
Posts: 8,
Visits: 18
|
Hello,
I am using the following code to download the renderings as image from NThinDiagramControl. I need to set the Transparency for the image. Please let me know how can i set it.
Dim image As INImage = NThinDiagramControl1.GetImage(imageFormat, New NSize(txtImgPixelSize.Text.Trim, txtImgPixelSize.Text.Trim), New NResolution(200, 200))
Thanks
|