NodeLayoutPresenter - конструктор |
Пространство имён:
Tessa.UI.WorkflowViewer.Layouts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public NodeLayoutPresenter(
INodeLayout nodeLayout,
Func<double, double, byte[]> renderMethod
)
Public Sub New (
nodeLayout As INodeLayout,
renderMethod As Func(Of Double, Double, Byte())
)
public:
NodeLayoutPresenter(
INodeLayout^ nodeLayout,
Func<double, double, array<unsigned char>^>^ renderMethod
)
new :
nodeLayout : INodeLayout *
renderMethod : Func<float, float, byte[]> -> NodeLayoutPresenter
Параметры
- nodeLayout
- Тип: Tessa.UI.WorkflowViewer.LayoutsINodeLayout
- renderMethod
- Тип: SystemFuncDouble, Double, Byte
См. также