Direct2DPixelShaderImageWorkerBase.Configuration Property

The image provider that created this worker.

Namespace: Lumia.Imaging.Workers.Direct2D
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

public IImageProvider Configuration { get; set; }
'Declaration
Public Property Configuration As IImageProvider
    Get
    Set
public:
virtual property IImageProvider^ Configuration {
    IImageProvider^ get () sealed;
    void set (IImageProvider^ value) sealed;
}
function get_Configuration();
function set_Configuration(value);

Property Value

Type: IImageProvider

Implements

IImageWorker.Configuration

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

Direct2DPixelShaderImageWorkerBase Class

Direct2DPixelShaderImageWorkerBase.Direct2DPixelShaderImageWorkerBase Members

Lumia.Imaging.Workers.Direct2D Namespace