Condividi tramite


CKeyFrame::AddToStoryboardAtOffset

Aggiunge un fotogramma chiave allo storyboard all'offset.

virtual BOOL AddToStoryboardAtOffset(
   IUIAnimationStoryboard* pStoryboard,
   BOOL bDeepAdd
);

Parametri

  • pStoryboard
    Puntatore ad uno storyboard.

  • bDeepAdd
    Specifica se aggiungere un fotogramma chiave su cui questo fotogramma chiave dipende in modo ricorsivo.

Valore restituito

TRUE, se il fotogramma chiave è stato aggiunto correttamente.

Note

Questa funzione viene chiamata dal framework per aggiungere un fotogramma chiave allo storyboard al momento dell'offset.

Requisiti

Intestazione: afxanimationcontroller.h

Vedere anche

Riferimenti

Classe CKeyFrame