C# Class Zetbox.Client.WPF.View.ModuleEditor.Converter.EdgeRouteToPathConverter

From the GraphSharp Library, modified Converts the position and sizes of the source and target points, and the route informations of an edge to a path. The edge can bend, or it can be straight line.
Inheritance: IMultiValueConverter
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Convert ( object values, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]

Method Details

Convert() public méthode

public Convert ( object values, Type targetType, object parameter, System culture ) : object
values object
targetType System.Type
parameter object
culture System
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System
Résultat object[]