Visual.CenterPoint プロパティ

定義

回転またはスケーリングが発生するポイント。 アニメーション化可能

public:
 property float3 CenterPoint { float3 get(); void set(float3 value); };
float3 CenterPoint();

void CenterPoint(float3 value);
public Vector3 CenterPoint { get; set; }
var vector3 = visual.centerPoint;
visual.centerPoint = vector3;
Public Property CenterPoint As Vector3

プロパティ値

Vector3 Vector3

float3

回転またはスケーリングが発生するポイント。

注釈

CenterPoint は、 AnchorPoint プロパティで指定されたオフセットを基準にしています。

このプロパティはアニメーション化できます。 CompositionObject.StartAnimation を呼び出して、CompositionAnimation に関連付けます。

適用対象