Click or drag to resize

CoordinatesToPointConverterConvertBack Method

Converts a value.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected override Object ConvertBack(
	Object? value,
	Type? targetType,
	Object? parameter,
	CultureInfo? culture
)

Parameters

value
Type: SystemObject
The value that is produced by the binding target.
targetType
Type: SystemType
The type to convert to.
parameter
Type: SystemObject
The converter parameter to use.
culture
Type: System.GlobalizationCultureInfo
The culture to use in the converter.

Return Value

Type: Object
A converted value. If the method returns null, the valid null value is used.
See Also