Share via


Direct2DPixelShaderImageWorkerBase.InputCount Property

The number of input images.

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

Syntax

public uint InputCount { get; protected set; }
'Declaration
Public Property InputCount As UInteger
    Get
    Protected Set
public:
virtual property unsigned int InputCount {
    unsigned int get () sealed;
    protected: void set (unsigned int value) sealed;
}
function get_InputCount();
function set_InputCount(value);

Property Value

Type: UInt32

Implements

IDirect2DPixelShaderImageWorker.InputCount

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

Direct2DPixelShaderImageWorkerBase Class

Direct2DPixelShaderImageWorkerBase.Direct2DPixelShaderImageWorkerBase Members

Lumia.Imaging.Workers.Direct2D Namespace