[]
Initializes a new instance of the BitmapEncoder class.
public static BitmapEncoder Create(ImagingFactory factory, Guid containerFormatGuid)
Public Shared Function Create(factory As ImagingFactory, containerFormatGuid As Guid) As BitmapEncoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | containerFormatGuid | The container format GUID. List from ContainerFormatGuids |
| Type | Description |
|---|---|
| BitmapEncoder |
Initializes a new instance of the BitmapEncoder class.
public static BitmapEncoder Create(ImagingFactory factory, Guid containerFormatGuid, Guid guidVendorRef)
Public Shared Function Create(factory As ImagingFactory, containerFormatGuid As Guid, guidVendorRef As Guid) As BitmapEncoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | containerFormatGuid | The container format GUID. List from ContainerFormatGuids |
| Guid | guidVendorRef | The GUID vendor ref. |
| Type | Description |
|---|---|
| BitmapEncoder |
Initializes a new instance of the BitmapEncoder class.
public static BitmapEncoder Create(ImagingFactory factory, Guid containerFormatGuid, WicStream stream)
Public Shared Function Create(factory As ImagingFactory, containerFormatGuid As Guid, stream As WicStream) As BitmapEncoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | containerFormatGuid | The container format GUID. List from ContainerFormatGuids |
| WicStream | stream | A stream to use as the output of this bitmap encoder. |
| Type | Description |
|---|---|
| BitmapEncoder |
Initializes a new instance of the BitmapEncoder class.
public static BitmapEncoder Create(ImagingFactory factory, Guid containerFormatGuid, Stream stream)
Public Shared Function Create(factory As ImagingFactory, containerFormatGuid As Guid, stream As Stream) As BitmapEncoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | containerFormatGuid | The container format GUID. List from ContainerFormatGuids |
| Stream | stream | A stream to use as the output of this bitmap encoder. |
| Type | Description |
|---|---|
| BitmapEncoder |
Initializes a new instance of the BitmapEncoder class.
public static BitmapEncoder Create(ImagingFactory factory, Guid containerFormatGuid, Guid guidVendorRef, WicStream stream)
Public Shared Function Create(factory As ImagingFactory, containerFormatGuid As Guid, guidVendorRef As Guid, stream As WicStream) As BitmapEncoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | containerFormatGuid | The container format GUID. List from ContainerFormatGuids |
| Guid | guidVendorRef | The GUID vendor ref. |
| WicStream | stream | A stream to use as the output of this bitmap encoder. |
| Type | Description |
|---|---|
| BitmapEncoder |
Initializes a new instance of the BitmapEncoder class.
public static BitmapEncoder Create(ImagingFactory factory, Guid containerFormatGuid, Guid guidVendorRef, Stream stream)
Public Shared Function Create(factory As ImagingFactory, containerFormatGuid As Guid, guidVendorRef As Guid, stream As Stream) As BitmapEncoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | containerFormatGuid | The container format GUID. List from ContainerFormatGuids |
| Guid | guidVendorRef | The GUID vendor ref. |
| Stream | stream | A stream to use as the output of this bitmap encoder. |
| Type | Description |
|---|---|
| BitmapEncoder |