BitmapDecoder.DpiX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The horizontal resolution of the first frame in dots per inch.
public:
property double DpiX { double get(); };
double DpiX();
public double DpiX { get; }
var double = bitmapDecoder.dpiX;
Public ReadOnly Property DpiX As Double
Property Value
Double
double
The horizontal resolution of the first frame in dots per inch.