WarpFilter.Rotation Property

Rotation of the effect.

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

Syntax

public Rotation Rotation { get; set; }
'Declaration
Public Property Rotation As Rotation
    Get
    Set
public:
virtual property Rotation Rotation {
    Rotation get () sealed;
    void set (Rotation value) sealed;
}
function get_Rotation();
function set_Rotation(value);

Property Value

Type: Rotation

Remarks

Has no effect if no regions are specified.

Default is 0.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

WarpFilter Class

WarpFilter.WarpFilter Members

Lumia.Imaging.Artistic Namespace