NegativeEffect Constructor (IImageProvider)

Creates and initializes a new Negative effect that uses the provided image source.

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

Syntax

public NegativeEffect(
    IImageProvider imageSource
)
'Declaration
Public Sub New ( 
    imageSource As IImageProvider
)
public:
NegativeEffect(
    [InAttribute] IImageProvider^ imageSource
)
Lumia.Imaging.Artistic.NegativeEffect = function(imageSource);

Parameters

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

NegativeEffect Class

NegativeEffect.NegativeEffect Members

NegativeEffect Overload

Lumia.Imaging.Artistic Namespace