MindFusion.Wpf Pack Programmer's Guide
DoubleToRectConverter.Convert Method
See Also
 





Converts a value.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Function Convert( _
    value As Object, _
    targetType As Type, _
    parameter As Object, _
    culture As CultureInfo _
) As Object

 Parameters

value

The value produced by the binding source.

targetType

The type of the binding target property.

parameter

The converter parameter to use.

culture

The culture to use in the converter.

 Return Value

A converted value.

 See Also

DoubleToRectConverter Members
DoubleToRectConverter Class
MindFusion.Diagramming.Wpf Namespace