Strokes 成员

包括受保护的成员
包括继承的成员

包括 .NET Framework 成员
包括 .NET Compact Framework 成员
包括 XNA Framework 成员

更新:2007 年 11 月

包含 Stroke 对象的集合。

Strokes 类型公开以下成员。

方法

  名称 说明
ms552713.pubmethod(zh-cn,VS.90).gif Add 已重载。 将一个或多个 Stroke 对象添加到 Strokes 集合。
ms552713.pubmethod(zh-cn,VS.90).gif Clear Strokes 集合中清除所有 Stroke 对象。
ms552713.pubmethod(zh-cn,VS.90).gif Clip 移除 Strokes 集合中每个 Stroke 对象在给定矩形以外的部分。
ms552713.pubmethod(zh-cn,VS.90).gif Contains 指示 Strokes 集合是否包含某个特定的 Stroke 对象。
ms552713.pubmethod(zh-cn,VS.90).gif CopyTo 从指定的目标数组索引处开始,将当前 Strokes 集合的所有元素复制到指定的一维数组中。
ms552713.pubmethod(zh-cn,VS.90).gif Dispose 已重载。 释放 Strokes 集合使用的资源。
ms552713.pubmethod(zh-cn,VS.90).gif Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
ms552713.protmethod(zh-cn,VS.90).gif Finalize 在垃圾回收器回收之前,释放当前 Strokes 对象的资源。 (重写 Object.Finalize()。)
ms552713.pubmethod(zh-cn,VS.90).gif GetBoundingBox 已重载。 返回包含 Strokes 集合的边框 Rectangle
ms552713.pubmethod(zh-cn,VS.90).gif GetEnumerator 返回一个对象,该对象实现 IEnumerator 接口并可以循环访问 Strokes 集合中的 Stroke 对象。
ms552713.pubmethod(zh-cn,VS.90).gif GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
ms552713.pubmethod(zh-cn,VS.90).gif GetType 获取当前实例的 Type。 (继承自 Object。)
ms552713.pubmethod(zh-cn,VS.90).gif IndexOf 返回某个特定的 Stroke 对象在 Strokes 集合中的索引。
ms552713.protmethod(zh-cn,VS.90).gif MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
ms552713.pubmethod(zh-cn,VS.90).gif ModifyDrawingAttributes 设置 Strokes 集合中所有 Stroke 对象的 DrawingAttributes 属性。
ms552713.pubmethod(zh-cn,VS.90).gif Move 将转换应用于 Strokes 集合的墨迹
ms552713.pubmethod(zh-cn,VS.90).gif Remove 已重载。 从 Strokes 集合移除一个或多个 Stroke 对象。
ms552713.pubmethod(zh-cn,VS.90).gif RemoveAt 移除 Strokes 集合中指定索引处的 Stroke 对象。
ms552713.pubmethod(zh-cn,VS.90).gif RemoveRecognitionResult 移除与 Strokes 集合关联的 RecognitionResult 对象。
ms552713.pubmethod(zh-cn,VS.90).gif Rotate 围绕中心点旋转 Strokes 集合。
ms552713.pubmethod(zh-cn,VS.90).gif Scale 在 X 和 Y 维度缩放 Strokes 集合。
ms552713.pubmethod(zh-cn,VS.90).gif ScaleToRectangle 根据指定的 Rectangle 结构缩放 Strokes 集合。
ms552713.pubmethod(zh-cn,VS.90).gif Shear 根据指定的水平因子和垂直因子修剪 Strokes 集合。
ms552713.pubmethod(zh-cn,VS.90).gif ToString 已否决。返回一个表示当前 Strokes 集合的顶 RecognitionResult 对象的字符串。 (重写 Object.ToString()。)
ms552713.pubmethod(zh-cn,VS.90).gif Transform 已重载。 将线性变换应用于 Strokes 集合。

页首

属性

  名称 说明
ms552713.pubproperty(zh-cn,VS.90).gif Count 获取 Strokes 集合中包含的 Stroke 对象的数目。
ms552713.pubproperty(zh-cn,VS.90).gif Ink 获取包含 Strokes 集合的 Ink 对象。
ms552713.pubproperty(zh-cn,VS.90).gif IsFixedSize 获取一个值,该值指示 Strokes 集合是否具有固定大小。
ms552713.pubproperty(zh-cn,VS.90).gif IsReadOnly 获取一个值,该值指示 Strokes 集合是否为只读。
ms552713.pubproperty(zh-cn,VS.90).gif IsSynchronized 获取一个值,该值指示对 Strokes 集合的访问是否是同步的(线程安全的)。
ms552713.pubproperty(zh-cn,VS.90).gif Item 获取 Strokes 集合中指定索引处的 Stroke 对象。
ms552713.pubproperty(zh-cn,VS.90).gif RecognitionResult 获取 Strokes 集合的 RecognitionResult 对象。
ms552713.pubproperty(zh-cn,VS.90).gif SyncRoot 返回一个对象,该对象可用于同步对 Strokes 集合的访问。

页首

事件

  名称 说明
ms552713.pubevent(zh-cn,VS.90).gif StrokesAdded 当一个或多个 Stroke 对象添加到 Strokes 集合时发生。
ms552713.pubevent(zh-cn,VS.90).gif StrokesRemoved 当从 Strokes 集合中删除一个或多个 Stroke 对象时发生。

页首

显式接口实现

  名称 说明
ms552713.pubinterface(zh-cn,VS.90).gifms552713.privmethod(zh-cn,VS.90).gif IEnumerable.GetEnumerator

页首

另请参见

参考

Strokes 类

Microsoft.Ink 命名空间