'Declaration Public Overloads Shared Function Create( _ ByVal factory As ImagingFactory, _ ByVal streamRef As Stream, _ ByVal guidVendorRef As Guid, _ ByVal metadataOptions As DecodeOptions _ ) As BitmapDecoder
public static BitmapDecoder Create( ImagingFactory factory, Stream streamRef, Guid guidVendorRef, DecodeOptions metadataOptions )
Parameters
- factory
- The factory.
- streamRef
- The stream ref.
- guidVendorRef
- The GUID vendor ref.
- metadataOptions
- The metadata options.