ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BmpBitmapDecoder Class / Create Method / Create(ImagingFactory) Method
The factory.

In This Topic
    Create(ImagingFactory) Method
    In This Topic
    Initializes a new instance of the BmpBitmapDecoder class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory _
    ) As BmpBitmapDecoder
    public static BmpBitmapDecoder Create( 
       ImagingFactory factory
    )

    Parameters

    factory
    The factory.
    See Also