'Declaration Protected MustOverride Function CreateProcessingTree( _
ByVal nameИмя дерева.As System.String, _
ByVal ParamArray commandsКоманды нового дерева.() As Vintasoft.Imaging.Processing.IProcessingCommandInfo _
) As Vintasoft.Imaging.Processing.ProcessingCommandTree(Of TTarget)
protected abstract Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget> CreateProcessingTree(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommandInfo[] commands
)
protected: abstract Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget*>* CreateProcessingTree(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommandInfo*[]* commands
)
protected:
abstract Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget^>^ CreateProcessingTree(
System.String name,
... array<Vintasoft.Imaging.Processing.IProcessingCommandInfo^>^ commands
)
Parameters
- name
- Имя дерева.
- commands
- Команды нового дерева.
Return Value
Обработка дерева команд.