This documentation is archived and is not being maintained.

Image.Height Property

Gets the height of this Image object.

[Visual Basic]
Public ReadOnly Property Height As Integer
[C#]
public int Height {get;}
[C++]
public: __property int get_Height();
[JScript]
public function get Height() : int;

Property Value

The height of this Image 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, .NET Compact Framework

See Also

Image Class | Image Members | System.Drawing Namespace

Show: