Share via


DisplayModeInfo.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 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.

Applies to