ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / Create Method / Create(BitmapDecoderInfo) Method
The bitmap decoder info.

In This Topic
    Create(BitmapDecoderInfo) Method
    In This Topic
    Initializes a new instance of the BitmapDecoder class from a BitmapDecoderInfo.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal bitmapDecoderInfo As BitmapDecoderInfo _
    ) As BitmapDecoder
    public static BitmapDecoder Create( 
       BitmapDecoderInfo bitmapDecoderInfo
    )

    Parameters

    bitmapDecoderInfo
    The bitmap decoder info.
    See Also