BlendEffect.TargetAreaRotation Property

The angle of counter clockwise rotation of TargetArea around its center, in degrees.

If the TargetArea has not been set, or doesn't have a positive width and height, this property will be ignored.

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

Syntax

public double TargetAreaRotation { get; set; }
'Declaration
Public Property TargetAreaRotation As Double
    Get
    Set
public:
virtual property double TargetAreaRotation {
    double get () sealed;
    void set (double value) sealed;
}
function get_TargetAreaRotation();
function set_TargetAreaRotation(value);

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

BlendEffect Class

BlendEffect.BlendEffect Members

Lumia.Imaging.Compositing Namespace