DisplayModeInfo.TargetResolution Property

Definition

Gets or sets an optional value for the size of the frame provided to the target's monitor. This can differ from the size of the "source" frame buffer, in which case the display pipeline transforms the content using the Rotation and Scaling properties.

public:
 property SizeInt32 TargetResolution { SizeInt32 get(); };
SizeInt32 TargetResolution();
public SizeInt32 TargetResolution { get; }
var sizeInt32 = displayModeInfo.targetResolution;
Public ReadOnly Property TargetResolution As SizeInt32

Property Value

A value indicating the size of the frame provided to the target's monitor.

Applies to