Strokes.Clear 方法
命名空间: Microsoft.Ink
程序集: Microsoft.Ink(在 Microsoft.Ink.dll 中)
语法
声明
Public Sub Clear
用法
Dim instance As Strokes
instance.Clear()
public void Clear()
public:
void Clear()
public void Clear()
public function Clear()
备注
此方法不从包含 Strokes 集合的 Ink 对象中删除该集合。若要永久删除笔画,请使用 Ink.DeleteStroke 或 Ink.DeleteStrokes 方法。
示例
此 C# 示例移除 CustomStrokes 集合中的第一个 Strokes 集合中包含的所有 Stroke 对象。CustomStrokes 集合属于与 InkOverlay (theInkOverlay) 关联的 Ink 对象。
theInkOverlay.Ink.CustomStrokes[0].Clear();
此 Microsoft Visual Basic.NET 示例移除 CustomStrokes 集合中的第一个 Strokes 集合中包含的所有 Stroke 对象。CustomStrokes 集合属于与 InkOverlay (theInkOverlay) 关联的 Ink 对象。
theInkOverlay.Ink.CustomStrokes(0).Clear()
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0