[]
Initializes a new instance of the WmpBitmapEncoder class.
public static WmpBitmapEncoder Create(ImagingFactory factory)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Type | Description |
|---|---|
| WmpBitmapEncoder |
Initializes a new instance of the WmpBitmapEncoder class.
public static WmpBitmapEncoder Create(ImagingFactory factory, Stream stream)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Stream | stream | The output stream. |
| Type | Description |
|---|---|
| WmpBitmapEncoder |
Initializes a new instance of the WmpBitmapEncoder class.
public static WmpBitmapEncoder 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 |
|---|---|
| WmpBitmapEncoder |
Initializes a new instance of the WmpBitmapEncoder class.
public static WmpBitmapEncoder Create(ImagingFactory factory, WicStream stream)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| WicStream | stream | The output stream. |
| Type | Description |
|---|---|
| WmpBitmapEncoder |
Initializes a new instance of the WmpBitmapEncoder class.
public static WmpBitmapEncoder 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 |
|---|---|
| WmpBitmapEncoder |