Share via


DoubleToThicknessConverter.ConvertBack Method

Returns the double value for the given thickness. The 'value' object stores the initial double value before the thickness conversion; this method returns that stored value.

Syntax

public Object ConvertBack (
         Object value,
         Type targetType,
         Object parameter,
         CultureInfo culture
)

Parameters

  • value
    Type: Object
    The value to convert back.
  • targetType
    Type: Type
    Unused.
  • parameter
    Type: Object
    Unused
  • culture
    Type: CultureInfo
    Specifies the culture in which the application is running.

Return Value

Type: Object
Returns the double value as a system object.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Controls

Assembly: Microsoft.Kinect.Toolkit.Controls (in microsoft.kinect.toolkit.controls.dll)

See Also

Reference

DoubleToThicknessConverter Class
DoubleToThicknessConverter Members
Microsoft.Kinect.Toolkit.Controls Namespace