Point3DKeyFrameCollection.Add(Point3DKeyFrame) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Adiciona um Point3DKeyFrame ao final da coleção.
public:
int Add(System::Windows::Media::Animation::Point3DKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Point3DKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Point3DKeyFrame -> int
Public Function Add (keyFrame As Point3DKeyFrame) As Integer
Parâmetros
- keyFrame
- Point3DKeyFrame
O Point3DKeyFrame a adicionar ao final da coleção.
Retornos
O índice ao qual o keyFrame
foi adicionado.