SoftwareBitmap.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.
Gets or sets the dots per inch of the software bitmap in the Y direction.
public:
property double DpiY { double get(); void set(double value); };
double DpiY();
void DpiY(double value);
public double DpiY { get; set; }
var double = softwareBitmap.dpiY;
softwareBitmap.dpiY = double;
Public Property DpiY As Double
Property Value
Double
double
The dots per inch of the software bitmap in the Y direction.