8 references to HorizontalResolution
System.Web.DataVisualization (4)
Common\Utilities\ImageLoader.cs (3)
389size.Width = image.Width * graphics.DpiX / image.HorizontalResolution; 407return graphics.DpiX == image.HorizontalResolution && graphics.DpiY == image.VerticalResolution; 412Bitmap scaledImage = new Bitmap(image, new Size((int)(image.Width * graphics.DpiX / image.HorizontalResolution),
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 (4)
Common\Utilities\ImageLoader.cs (3)
389size.Width = image.Width * graphics.DpiX / image.HorizontalResolution; 407return graphics.DpiX == image.HorizontalResolution && graphics.DpiY == image.VerticalResolution; 412Bitmap scaledImage = new Bitmap(image, new Size((int)(image.Width * graphics.DpiX / image.HorizontalResolution),
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