DisplayInformation.RawPixelsPerViewPixel Property

Definition

Gets a value representing the number of raw (physical) pixels for each view (layout) pixel.

public:
 property double RawPixelsPerViewPixel { double get(); };
double RawPixelsPerViewPixel();
public double RawPixelsPerViewPixel { get; }
var double = displayInformation.rawPixelsPerViewPixel;
Public ReadOnly Property RawPixelsPerViewPixel As Double

Property Value

Double

double

A value representing the number of raw (physical) pixels for each view (layout) pixel.

Applies to

See also