ByteKeyFrameCollection.Add(ByteKeyFrame) Methode

Definitie

Voegt een ByteKeyFrame aan het einde van de verzameling toe.

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

Parameters

keyFrame
ByteKeyFrame

De ByteKeyFrame toe te voegen aan het einde van de verzameling.

Retouren

De index waarop keyFrame is toegevoegd.

Van toepassing op