Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 Vector3DKeyFrame 加入至集合結尾。
public:
int Add(System::Windows::Media::Animation::Vector3DKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Vector3DKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Vector3DKeyFrame -> int
Public Function Add (keyFrame As Vector3DKeyFrame) As Integer
參數
- keyFrame
- Vector3DKeyFrame
要加入集合結尾的 Vector3DKeyFrame。
傳回
已加入 keyFrame
處的索引。