ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryWriter Class / Create Method / Create(ImagingFactory,Guid,Guid) Method
The factory.
The GUID metadata format.
The GUID vendor ref.

In This Topic
    Create(ImagingFactory,Guid,Guid) Method
    In This Topic
    Initializes a new instance of the MetadataQueryWriter class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal guidMetadataFormat As Guid, _
       ByVal guidVendorRef As Guid _
    ) As MetadataQueryWriter

    Parameters

    factory
    The factory.
    guidMetadataFormat
    The GUID metadata format.
    guidVendorRef
    The GUID vendor ref.
    See Also