共用方式為


DisplayPathScaling 列舉

定義

定義常數,指定如何將內容從框架緩衝區調整為目標。

public enum class DisplayPathScaling
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayPathScaling
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayPathScaling
var value = Windows.Devices.Display.Core.DisplayPathScaling.identity
Public Enum DisplayPathScaling
繼承
DisplayPathScaling
屬性

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

欄位

AspectRatioStretched 3

表示內容應延展以符合目標解析度,但不會變更來源外觀比例。 任何未配置的空間會轉譯為黑色圖元。

Centered 1

表示內容應該置中于目標解析度內,而不需要調整。 任何未配置的空間會轉譯為黑色圖元。

Custom 4

保留供未來使用。

DriverPreferred 5

指出驅動程式應該決定如何調整內容。

Identity 0

表示內容完全不應該延展。 只有在來源和目標解析相同時,才適用。

Stretched 2

表示內容應延展至確切的目標解析度。

適用於