This documentation is archived and is not being maintained.
Graphics.DpiY Property
.NET Framework 1.1
Gets the vertical resolution of this Graphics object.
[Visual Basic] Public ReadOnly Property DpiY As Single [C#] public float DpiY {get;} [C++] public: __property float get_DpiY(); [JScript] public function get DpiY() : float;
Property Value
This property indicates a value, in dots per inch, for the vertical resolution supported by this Graphics object.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: