4 references to SetResolution
System.Web.DataVisualization (2)
Common\General\Chart.cs (1)
321image.SetResolution(resolution, resolution);
Common\Utilities\XmlSerializer.cs (1)
716image.SetResolution(tempImage.HorizontalResolution, tempImage.VerticalResolution); //The bitmap created using the constructor does not copy the resolution of the image
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (1)
321image.SetResolution(resolution, resolution);
Common\Utilities\XmlSerializer.cs (1)
716image.SetResolution(tempImage.HorizontalResolution, tempImage.VerticalResolution); //The bitmap created using the constructor does not copy the resolution of the image