Share via


ICustomImageSource.Process Method

Called when the image should be generated.

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 CustomImageSourceAdapter will call this during rendering.

The implementation is expected to write to the buffer returned by the latest call to ProvideBuffer.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ICustomImageSource Interface

ICustomImageSource.ICustomImageSource Members

Lumia.Imaging.Custom Namespace