8 references to HorizontalResolution
System.Web.DataVisualization (4)
Common\Utilities\ImageLoader.cs (3)
389
size.Width = image.Width * graphics.DpiX / image.
HorizontalResolution
;
407
return graphics.DpiX == image.
HorizontalResolution
&& graphics.DpiY == image.VerticalResolution;
412
Bitmap scaledImage = new Bitmap(image, new Size((int)(image.Width * graphics.DpiX / image.
HorizontalResolution
),
Common\Utilities\XmlSerializer.cs (1)
716
image.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)
389
size.Width = image.Width * graphics.DpiX / image.
HorizontalResolution
;
407
return graphics.DpiX == image.
HorizontalResolution
&& graphics.DpiY == image.VerticalResolution;
412
Bitmap scaledImage = new Bitmap(image, new Size((int)(image.Width * graphics.DpiX / image.
HorizontalResolution
),
Common\Utilities\XmlSerializer.cs (1)
716
image.SetResolution(tempImage.
HorizontalResolution
, tempImage.VerticalResolution); //The bitmap created using the constructor does not copy the resolution of the image