DisplayPath.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 IReference<SizeInt32> ^ SourceResolution { IReference<SizeInt32> ^ get(); void set(IReference<SizeInt32> ^ value); };
IReference<SizeInt32> SourceResolution();
void SourceResolution(IReference<SizeInt32> value);
public System.Nullable<SizeInt32> SourceResolution { get; set; }
var iReference = displayPath.sourceResolution;
displayPath.sourceResolution = iReference;
Public Property SourceResolution As Nullable(Of SizeInt32)
Property Value
A value indicating the size of the pixel buffer used for scanout.
Remarks
This property can remain unset (null) in order to allow the system to fill it in during a call to TryApply or TryFunctionalize.