SoftwareBitmap.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.
Gets or sets the dots per inch of the software bitmap in the X direction.
public:
property double DpiX { double get(); void set(double value); };
double DpiX();
void DpiX(double value);
public double DpiX { get; set; }
var double = softwareBitmap.dpiX;
softwareBitmap.dpiX = double;
Public Property DpiX As Double
Property Value
Double
double
The dots per inch of the software bitmap in the X direction.
Remarks
DpiX and DpiY are metadata about the bitmap. Modifying these values does not scale the image.