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

In This Topic
    ToIntPtr Method (ComStreamShadow)
    In This Topic
    Callbacks to pointer.
    Syntax
    'Declaration
     
    Public Shared Function ToIntPtr( _
       ByVal stream As IStream _
    ) As IntPtr
    public static IntPtr ToIntPtr( 
       IStream stream
    )

    Parameters

    stream
    The stream.
    See Also