ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.IntPtr _
    )
    public KeyFrame( 
       System.IntPtr id
    )

    Parameters

    id
    The id.
    See Also