DisplayPath.Scaling 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 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.