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