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