BitmapSource::DpiX Property

 

Gets the horizontal dots per inch (dpi) of the image. 

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property double DpiX {
	virtual double get();
}

Property Value

Type: System::Double

The horizontal dots per inch (dpi) of the image; that is, the dots per inch (dpi) along the x-axis.

.NET Framework
Available since 3.0
Return to top
Show: