ComponentOne Bitmap for UWP
Create(ImagingFactory,Guid,WicStream) Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BmpBitmapEncoder Class > Create Method : Create(ImagingFactory,Guid,WicStream) Method
The factory.
The GUID vendor ref.
The output stream.
Initializes a new instance of the BmpBitmapEncoder class.
Syntax
'Declaration
 
Public Overloads Shared Shadows Function Create( _
   ByVal factory As ImagingFactory, _
   ByVal guidVendorRef As System.Guid, _
   ByVal stream As WicStream _
) As BmpBitmapEncoder
public new static BmpBitmapEncoder Create( 
   ImagingFactory factory,
   System.Guid guidVendorRef,
   WicStream stream
)

Parameters

factory
The factory.
guidVendorRef
The GUID vendor ref.
stream
The output stream.
See Also

Reference

BmpBitmapEncoder Class
BmpBitmapEncoder Members
Overload List