Share via


ICustomEffect.Process Method

Called when the image should be processed.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

void Process(
    Rect rect
)
'Declaration
Sub Process ( 
    rect As Rect
)
void Process(
    [InAttribute] Rect rect
)
function Process(rect);

Parameters

Remarks

A CustomEffectAdapter will call this during rendering.

The implementation is expected to read and write from and to the buffers returned by the latest calls to ProvideSourceBuffer and ProvideTargetBuffer.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ICustomEffect Interface

ICustomEffect.ICustomEffect Members

Lumia.Imaging.Custom Namespace