8 references to VerticalResolution
System.Web.DataVisualization (4)
Common\Utilities\ImageLoader.cs (3)
390size.Height = image.Height * graphics.DpiY / image.VerticalResolution; 407return graphics.DpiX == image.HorizontalResolution && graphics.DpiY == image.VerticalResolution; 413(int)(image.Height * graphics.DpiY / image.VerticalResolution)));
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)
390size.Height = image.Height * graphics.DpiY / image.VerticalResolution; 407return graphics.DpiX == image.HorizontalResolution && graphics.DpiY == image.VerticalResolution; 413(int)(image.Height * graphics.DpiY / image.VerticalResolution)));
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