[]
Initializes a new instance of the JpegBitmapDecoder class.
public static JpegBitmapDecoder Create(ImagingFactory factory)
Public Shared Function Create(factory As ImagingFactory) As JpegBitmapDecoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Type | Description |
|---|---|
| JpegBitmapDecoder |
Initializes a new instance of the JpegBitmapDecoder class.
public static JpegBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)
Public Shared Function Create(factory As ImagingFactory, guidVendorRef As Guid) As JpegBitmapDecoder
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | guidVendorRef | The GUID vendor ref. |
| Type | Description |
|---|---|
| JpegBitmapDecoder |