CompositionClip.AnchorPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要放置在剪輯位移之剪輯上的點。 值會根據剪輯的大小正規化。
public:
property float2 AnchorPoint { float2 get(); void set(float2 value); };
float2 AnchorPoint();
void AnchorPoint(float2 value);
public Vector2 AnchorPoint { get; set; }
var vector2 = compositionClip.anchorPoint;
compositionClip.anchorPoint = vector2;
Public Property AnchorPoint As Vector2
屬性值
要放置在剪輯位移之剪輯上的點。 值會根據剪輯的大小正規化。 錨點點值 (0, 0) 是指未轉換剪輯的左上角,而值 (1, 1) 是指右下角。 接受大於一的負值和值,但會導致 AnchorPoint 超出原始、未轉換的剪輯界限。
根據預設,剪輯上的 AnchorPoint 值會 (0、0) 。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|