RotationEffect Constructor (IImageProvider)

Creates a new Rotation effect that is initialized with default values and the provided image source.

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

Syntax

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

Parameters

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

RotationEffect Class

RotationEffect.RotationEffect Members

RotationEffect Overload

Lumia.Imaging.Transforms Namespace