ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStream Class / ComStream Constructor
The native pointer.

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

    Parameters

    nativePtr
    The native pointer.
    See Also