Image.PhysicalDimension Property

Definition

Gets the width and height of this image.

public:
 property System::Drawing::SizeF PhysicalDimension { System::Drawing::SizeF get(); };
public System.Drawing.SizeF PhysicalDimension { get; }
member this.PhysicalDimension : System.Drawing.SizeF
Public ReadOnly Property PhysicalDimension As SizeF

Property Value

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

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.

Applies to