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
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method 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 method

public Convert ( object values, Type targetType, object parameter, System culture ) : object
values object
targetType System.Type
parameter object
culture System
return object

ConvertBack() public method

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