Share via


DisplayPath.SourceResolution Property

Definition

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.

Applies to