DisplayModeInfo.SourceResolution 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 an optional value for the size of the pixel buffer used for scanout, before it is transformed to fit into the target resolution.
public:
property SizeInt32 SourceResolution { SizeInt32 get(); };
SizeInt32 SourceResolution();
public SizeInt32 SourceResolution { get; }
var sizeInt32 = displayModeInfo.sourceResolution;
Public ReadOnly Property SourceResolution As SizeInt32
Property Value
A value indicating the size of the pixel buffer used for scanout.