ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Storyboard2 Class / AddKeyframeAtOffset Method

In This Topic
    AddKeyframeAtOffset Method
    In This Topic
    HRESULT IUIAnimationStoryboard2::AddKeyframeAtOffset([In] __MIDL___MIDL_itf_UIAnimation_0000_0002_0003* existingKeyframe,[In] double offset,[Out] __MIDL___MIDL_itf_UIAnimation_0000_0002_0003** keyframe)
    Syntax
    'Declaration
     
    Public Sub AddKeyframeAtOffset( _
       ByVal existingKeyframe As KeyFrame, _
       ByVal offset As System.Double, _
       ByRef keyframe As KeyFrame _
    ) 
    public void AddKeyframeAtOffset( 
       KeyFrame existingKeyframe,
       System.double offset,
       out KeyFrame keyframe
    )

    Parameters

    existingKeyframe
    offset
    keyframe
    See Also