[]
Initializes a new instance of the BmpBitmapEncoder class.
public static BmpBitmapEncoder Create(ImagingFactory factory)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Type | Description |
|---|---|
| BmpBitmapEncoder |
Initializes a new instance of the BmpBitmapEncoder class.
public static BmpBitmapEncoder Create(ImagingFactory factory, Stream stream)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Stream | stream | The output stream. |
| Type | Description |
|---|---|
| BmpBitmapEncoder |
Initializes a new instance of the BmpBitmapEncoder class.
public static BmpBitmapEncoder Create(ImagingFactory factory, Guid guidVendorRef, Stream stream)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | guidVendorRef | The GUID vendor ref. |
| Stream | stream | The output stream. |
| Type | Description |
|---|---|
| BmpBitmapEncoder |
Initializes a new instance of the BmpBitmapEncoder class.
public static BmpBitmapEncoder Create(ImagingFactory factory, WicStream stream)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| WicStream | stream | The output stream. |
| Type | Description |
|---|---|
| BmpBitmapEncoder |
Initializes a new instance of the BmpBitmapEncoder class.
public static BmpBitmapEncoder Create(ImagingFactory factory, Guid guidVendorRef, WicStream stream)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | guidVendorRef | The GUID vendor ref. |
| WicStream | stream | The output stream. |
| Type | Description |
|---|---|
| BmpBitmapEncoder |