SoftwareBitmap.DpiY Property

Definition

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.

Applies to