ComponentOne Bitmap for UWP
ComStream Constructor

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > ComStream Class : ComStream Constructor
The native pointer.
Initializes a new instance of the ComStream class.
Syntax
'Declaration
 
Public Function New( _
   ByVal nativePtr As System.IntPtr _
)
public ComStream( 
   System.IntPtr nativePtr
)

Parameters

nativePtr
The native pointer.
See Also

Reference

ComStream Class
ComStream Members