InkAnalyzerBase.ClearStrokeData 方法
从墨迹分析器中清除笔画数据包数据。
命名空间: System.Windows.Ink.AnalysisCore
程序集: IACore(在 IACore.dll 中)
语法
声明
Public Sub ClearStrokeData ( _
strokeId As Integer _
)
用法
Dim instance As InkAnalyzerBase
Dim strokeId As Integer
instance.ClearStrokeData(strokeId)
public void ClearStrokeData(
int strokeId
)
public:
void ClearStrokeData(
int strokeId
)
public void ClearStrokeData(
int strokeId
)
public function ClearStrokeData(
strokeId : int
)
参数
- strokeId
类型:System.Int32
要清除其数据包数据的笔画的标识符。
备注
当笔画的数据包数据更改(如笔画移动或以其他方式转换)时使用此方法。当墨迹分析器需要已清除了数据包数据的笔画的笔画数据包数据时,分析器会引发 UpdateStrokesCacheBase 事件。
示例
下面的示例清除 theInkAnalyzerBase 对象用于所选笔画的笔画缓存。theInkAnalyzerBase 声明为 InkAnalyzerBase 对象。selectedStrokeIds 声明为 32 位有符号整数数组,包含所选笔画的标识符。
' Clear the analyzer's cache for each stroke in the
' selectedStrokeIds array.
Dim theStrokeId As Integer
For Each theStrokeId In selectedStrokeIds
theInkAnalyzerBase.ClearStrokeData(theStrokeId)
Next theStrokeId
// Clear the analyzer's cache for each stroke in the
// selectedStrokeIds array.
foreach (int theStrokeId in selectedStrokeIds)
{
theInkAnalyzerBase.ClearStrokeData(theStrokeId);
}
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0