C# Класс 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.
Наследование: IMultiValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object values, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]

Описание методов

Convert() публичный Метод

public Convert ( object values, Type targetType, object parameter, System culture ) : object
values object
targetType System.Type
parameter object
culture System
Результат object

ConvertBack() публичный Метод

public ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System
Результат object[]