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