ContextNodeBase.ReparentStrokes - метод
Обновлен: Ноябрь 2007
For use with base objects only. Moves the strokes from this ContextNodeBase object to the specified ContextNodeBase object.
Пространство имен: System.Windows.Ink.AnalysisCore
Сборка: IACore (в IACore.dll)
Синтаксис
'Декларация
Public Sub ReparentStrokes ( _
strokeIdsToReparent As Integer(), _
destination As ContextNodeBase _
)
'Применение
Dim instance As ContextNodeBase
Dim strokeIdsToReparent As Integer()
Dim destination As ContextNodeBase
instance.ReparentStrokes(strokeIdsToReparent, _
destination)
public void ReparentStrokes(
int[] strokeIdsToReparent,
ContextNodeBase destination
)
public:
void ReparentStrokes(
array<int>^ strokeIdsToReparent,
ContextNodeBase^ destination
)
public void ReparentStrokes(
int[] strokeIdsToReparent,
ContextNodeBase destination
)
public function ReparentStrokes(
strokeIdsToReparent : int[],
destination : ContextNodeBase
)
Параметры
- strokeIdsToReparent
Тип: array<System.Int32[]
The identifiers of the strokes to move.
- destination
Тип: System.Windows.Ink.AnalysisCore.ContextNodeBase
The ContextNodeBase object to which to move the stroke.
Заметки
The specified ContextNodeBase must be one of the following types:
Attempting to move a stroke to any other type of ContextNodeBase results in an ArgumentException.
This method can be called from any ContextNodeBase object, including non-ink leaf ContextNodeBase objects. The specified stroke must be referenced by one of the descendants of this ContextNodeBase object or an ArgumentException is raised.
If either the ContextNodeBase object or the destination is confirmed, an exception is raised.
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0