ColorKeyFrameCollection.Add(ColorKeyFrame) Yöntem

Tanım

Koleksiyonun sonuna bir ColorKeyFrame ekler.

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

Parametreler

keyFrame
ColorKeyFrame

ColorKeyFrame koleksiyonun sonuna eklenecek.

Döndürülenler

Int32

öğesinin eklendiği keyFrame dizin.

Şunlara uygulanır