iInkCursor::get_DrawingAttributes 方法 (msinkaut.h)

获取或设置绘制时应用于墨迹的绘图属性。

此属性是可读写的。

语法

HRESULT get_DrawingAttributes(
  IInkDrawingAttributes **Attributes
);

参数

Attributes

返回值

备注

绘图属性指定笔划的外观。 例如,可以指定笔的样式和颜色。

光标可以具有与它接触的每个 InkCollector 的不同绘图属性。 如果未指定游标的绘图属性,它将使用 InkCollector 对象的默认绘图属性。 这些默认属性是使用 InkCollector 对象的 DefaultDrawingAttributes 属性设置的。

DrawingAttributes 属性的连续调用只会更改新笔画的绘图属性。 它们不适用于已收集或正在收集的笔划。

注意 此属性的行为不同于 DefaultDrawingAttributes 属性。 尽管 DefaultDrawingAttributes 属性指定应用于新游标的绘图属性,但 DrawingAttributes 属性指定尚未收集的墨迹的绘图属性。
 

要求

要求
最低受支持的客户端 Windows XP Tablet PC Edition [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 msinkaut.h
Library InkObj.dll

另请参阅

DefaultDrawingAttributes 属性

InkCollector 类

InkCursor 接口

InkDrawingAttributes 类