Share via


DisplayPath.Scaling Property

Definition

Gets or sets how the display pipeline scales the source frame buffer before scanning out to the target.

public:
 property DisplayPathScaling Scaling { DisplayPathScaling get(); void set(DisplayPathScaling value); };
DisplayPathScaling Scaling();

void Scaling(DisplayPathScaling value);
public DisplayPathScaling Scaling { get; set; }
var displayPathScaling = displayPath.scaling;
displayPath.scaling = displayPathScaling;
Public Property Scaling As DisplayPathScaling

Property Value

A DisplayPathScaling value.

Applies to