共用方式為


CompositionClip.Scale 屬性

定義

要套用至剪輯的縮放比例。

public:
 property float2 Scale { float2 get(); void set(float2 value); };
float2 Scale();

void Scale(float2 value);
public Vector2 Scale { get; set; }
var vector2 = compositionClip.scale;
compositionClip.scale = vector2;
Public Property Scale As Vector2

屬性值

Vector2 Vector2

float2

要套用至剪輯的縮放比例。 小數位數值是剪輯大小的乘數。 根據預設,剪輯上的 Scale 值 (1、1) 。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於

另請參閱