ComponentOne Bitmap for UWP
ToIntPtr Method (ComStream)

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > ComStream Class : ToIntPtr Method
The stream.
Gets a com pointer to the underlying IStream object.
Syntax
'Declaration
 
Public Shared Function ToIntPtr( _
   ByVal stream As IStream _
) As System.IntPtr
public static System.IntPtr ToIntPtr( 
   IStream stream
)

Parameters

stream
The stream.

Return Value

A Com pointer
See Also

Reference

ComStream Class
ComStream Members