ContextNodeBase.ReparentStrokes 方法
仅用于基对象。将笔画从此 ContextNodeBase 对象移到指定的 ContextNodeBase 对象。
命名空间: 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[]
要移动的笔画的标识符。
- destination
类型:System.Windows.Ink.AnalysisCore.ContextNodeBase
笔画要移动到的 ContextNodeBase 对象。
备注
指定的 ContextNodeBase 必须是下列类型之一:
尝试将笔画移动到任何其他类型的 ContextNodeBase 将导致引发 ArgumentException。
可以从任何 ContextNodeBase 对象(包括非墨迹叶 ContextNodeBase 对象)调用此方法。指定的笔画必须由此 ContextNodeBase 对象的一个后代引用,否则会引发 ArgumentException。
如果确认了 ContextNodeBase 对象和 destination 中的任何一个,则引发异常。
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0