This documentation is archived and is not being maintained.

Image.PhysicalDimension Property

Gets the width and height of this image.

[Visual Basic]
Public ReadOnly Property PhysicalDimension As SizeF
[C#]
public SizeF PhysicalDimension {get;}
[C++]
public: __property SizeF get_PhysicalDimension();
[JScript]
public function get PhysicalDimension() : SizeF;

Property Value

A SizeF structure that represents the width and height of this Image object.

Remarks

If the image is a bitmap, the width and height are returned in pixels. If the image is a metafile, the width and height are returned in 0.01 millimeter units.

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

Image Class | Image Members | System.Drawing Namespace

Show: