BitmapDecoder.DpiY 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 vertical resolution of the first frame in dots per inch.
public:
property double DpiY { double get(); };
double DpiY();
public double DpiY { get; }
var double = bitmapDecoder.dpiY;
Public ReadOnly Property DpiY As Double
Property Value
Double
double
The vertical resolution of the first frame in dots per inch.