RectKeyFrameCollection.Add(RectKeyFrame) Yöntem

Tanım

Koleksiyonun sonuna bir RectKeyFrame ekler.

public:
 int Add(System::Windows::Media::Animation::RectKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.RectKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.RectKeyFrame -> int
Public Function Add (keyFrame As RectKeyFrame) As Integer

Parametreler

keyFrame
RectKeyFrame

RectKeyFrame koleksiyonun sonuna eklenecek.

Döndürülenler

Int32

öğesinin keyFrame eklendiği dizin.

Şunlara uygulanır