共用方式為


InkAnalyzer.SetStrokesType 方法

變更 Strokes 集合中每個筆劃的類型。

命名空間:  Microsoft.Ink
組件:  Microsoft.Ink.Analysis (在 Microsoft.Ink.Analysis.dll 中)

語法

'宣告
Public Sub SetStrokesType ( _
    strokes As Strokes, _
    strokeType As StrokeType _
)
'用途
Dim instance As InkAnalyzer
Dim strokes As Strokes
Dim strokeType As StrokeType

instance.SetStrokesType(strokes, strokeType)
public void SetStrokesType(
    Strokes strokes,
    StrokeType strokeType
)
public:
void SetStrokesType(
    Strokes^ strokes, 
    StrokeType strokeType
)
public void SetStrokesType(
    Strokes strokes,
    StrokeType strokeType
)
public function SetStrokesType(
    strokes : Strokes, 
    strokeType : StrokeType
)

參數

備註

如果筆劃的型別為 Microsoft.Ink.StrokeTypeUnspecified,則 InkAnalyzer 會在筆墨分析期間分類筆劃。否則,InkAnalyzer 會使用筆劃上設定的型別。

若要取得目前指派給筆劃的類型,請呼叫 InkAnalyzer.GetStrokeType

範例

這個範例會指派 StrokeType 值 theStrokeType 給與 InkAnalyzer (theInkAnalyzer) 相關聯之 ContextNode (theContextNode) 中的所有筆劃。

theInkAnalyzer.SetStrokesType(theContextNode.Strokes, theStrokeType)
theInkAnalyzer.SetStrokesType(theContextNode.Strokes, theStrokeType);

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

InkAnalyzer 類別

InkAnalyzer 成員

Microsoft.Ink 命名空間

Microsoft.Ink.StrokeType