NodeLayoutPresenter - конструктор
Пространство имён: Tessa.UI.WorkflowViewer.LayoutsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 INodeLayout
-
- renderMethod FuncDouble, Double, Byte
-