Int16KeyFrameCollection.Add(Int16KeyFrame) Methode

Definitie

Voegt een Int16KeyFrame aan het einde van de verzameling toe.

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

Parameters

keyFrame
Int16KeyFrame

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

Retouren

De index waarop de keyFrame index is toegevoegd.

Van toepassing op