ComponentOne Bitmap for UWP
Create(ImagingFactory,String,NativeFileAccess) Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > WicStream Class > Create Method : Create(ImagingFactory,String,NativeFileAccess) Method
The factory.
Name of the file.
The file access.
Initializes a new instance of the WicStream class from a file.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal factory As ImagingFactory, _
   ByVal fileName As System.String, _
   ByVal fileAccess As NativeFileAccess _
) As WicStream
public static WicStream Create( 
   ImagingFactory factory,
   System.string fileName,
   NativeFileAccess fileAccess
)

Parameters

factory
The factory.
fileName
Name of the file.
fileAccess
The file access.
See Also

Reference

WicStream Class
WicStream Members
Overload List