共用方式為


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[]
    要移動之筆劃的識別項。

備註

指定的 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

請參閱

參考

ContextNodeBase 類別

ContextNodeBase 成員

System.Windows.Ink.AnalysisCore 命名空間