[]
Initializes a new instance of the BitmapEncoder class.
public static BitmapEncoder Create(ImagingFactory factory, Guid containerFormatGuid)
| 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)
| 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)
| 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)
| 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)
| 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)
| 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 |