Compartir a través de


CAnimationPoint::operator=

Asigna ptSrc a CAnimationPoint.

void operator=(
   const CPoint& ptSrc
);

Parámetros

  • ptSrc
    Hace referencia a CPoint o POINT.

Comentarios

Asigna ptSrc a CAnimationPoint. Es recomendable hacerlo antes del inicio de la animación, porque este operador llama a SetDefaultValue, que vuelve a crear los objetos COM subyacentes para las coordenadas X e Y si se han creado. Si suscribiera este objeto de animación a los eventos (ValueChanged o IntegerValueChanged), necesitaría volver a habilitar estos eventos.

Requisitos

Encabezado: afxanimationcontroller.h

Vea también

Referencia

CAnimationPoint (Clase)