ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / WicStream Class / Create Method / Create(ImagingFactory,String,NativeFileAccess) Method
The factory.
Name of the file.
The file access.

In This Topic
    Create(ImagingFactory,String,NativeFileAccess) Method
    In This Topic
    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