11 references to VerticalResolution
System.Drawing.Common.Tests (10)
mono\System.Drawing.Imaging\IconCodecTests.cs (6)
82
Assert.Equal(96.0f, bmp.
VerticalResolution
);
230
Assert.Equal(96.0f, bmp.
VerticalResolution
);
435
Assert.Equal(96.0f, bmp.
VerticalResolution
);
657
Assert.Equal(96.0f, bmp.
VerticalResolution
);
915
Assert.Equal(96.0f, bmp.
VerticalResolution
);
1849
Assert.Equal(96.0f, bmp.
VerticalResolution
);
mono\System.Drawing.Imaging\JpegCodecTests.cs (2)
63
Assert.Equal(72, bmp.
VerticalResolution
);
190
Assert.Equal(72, bmp.
VerticalResolution
);
System\Drawing\BitmapTests.cs (2)
751
Assert.Equal(expectedPngBitmap.
VerticalResolution
, outputPngBitmap.
VerticalResolution
);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListImage.cs (1)
40
public float VerticalResolution => Image.
VerticalResolution
;