ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStream Class / ToIntPtr Method
The stream.

In This Topic
    ToIntPtr Method (ComStream)
    In This Topic
    Gets a com pointer to the underlying IStream object.
    Syntax
    'Declaration
     
    Public Shared Function ToIntPtr( _
       ByVal stream As IStream _
    ) As IntPtr
    public static IntPtr ToIntPtr( 
       IStream stream
    )

    Parameters

    stream
    The stream.

    Return Value

    A Com pointer
    See Also