ComponentOne Bitmap for WPF
Create(ImagingFactory,Guid,Guid) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapEncoder Class > Create Method : Create(ImagingFactory,Guid,Guid) Method
The factory.
The container format GUID. List from ContainerFormatGuids
The GUID vendor ref.
Initializes a new instance of the BitmapEncoder class.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal factory As ImagingFactory, _
   ByVal containerFormatGuid As System.Guid, _
   ByVal guidVendorRef As System.Guid _
) As BitmapEncoder
public static BitmapEncoder Create( 
   ImagingFactory factory,
   System.Guid containerFormatGuid,
   System.Guid guidVendorRef
)

Parameters

factory
The factory.
containerFormatGuid
The container format GUID. List from ContainerFormatGuids
guidVendorRef
The GUID vendor ref.
See Also

Reference

BitmapEncoder Class
BitmapEncoder Members
Overload List