DisplayMonitor.NativeResolutionInRawPixels 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 the monitor's native resolution in raw pixels.
public:
property SizeInt32 NativeResolutionInRawPixels { SizeInt32 get(); };
SizeInt32 NativeResolutionInRawPixels();
public SizeInt32 NativeResolutionInRawPixels { get; }
var sizeInt32 = displayMonitor.nativeResolutionInRawPixels;
Public ReadOnly Property NativeResolutionInRawPixels As SizeInt32
Property Value
The monitor's native resolution in raw pixels.