ReframingFilter.PivotPoint Property

The point around which rotation is done. Expressed in the unit coordinate space of the reframing area, i.e., the top left corner of the reframing area is at (0.0), and the bottom right corner is at (1, 1).

Default is (0.5, 0.5), the center of the reframing area.

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

Syntax

public Point PivotPoint { get; set; }
'Declaration
Public Property PivotPoint As Point
    Get
    Set
public:
virtual property Point PivotPoint {
    Point get () sealed;
    void set (Point value) sealed;
}
function get_PivotPoint();
function set_PivotPoint(value);

Property Value

Type: Point

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ReframingFilter Class

ReframingFilter.ReframingFilter Members

Lumia.Imaging.Transforms Namespace