Curve.Reflect Method (Curve, Double)

Reflects a curve in the line y = m*x.

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

Syntax

public static Curve Reflect(
    Curve curve,
    double coefficient
)
'Declaration
Public Shared Function Reflect ( 
    curve As Curve,
    coefficient As Double
) As Curve
public:
static Curve^ Reflect(
    [InAttribute] Curve^ curve, 
    [InAttribute] double coefficient
)
Lumia.Imaging.Adjustments.Curve.Reflect = function(curve, coefficient);

Parameters

  • coefficient
    Type: System.Double
    The coefficient m in y = m*x that describes the line of reflection.

Return Value

Type: Curve
The curve reflected in the line y = m*x.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

Reflect Overload

Lumia.Imaging.Adjustments Namespace