ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / KeyFrame Structure / KeyFrame Constructor
The id.

In This Topic
    KeyFrame Constructor
    In This Topic
    Initializes a new instance of the KeyFrame struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal id As IntPtr _
    )
    public KeyFrame( 
       IntPtr id
    )

    Parameters

    id
    The id.
    See Also