IInkCursor::p utref_DrawingAttributes 方法 (msinkaut.h)
获取或设置在绘制墨迹时应用于墨迹的绘图属性。
此属性是可读写的。
语法
HRESULT putref_DrawingAttributes(
IInkDrawingAttributes *Attributes
);
参数
Attributes
返回值
无
备注
绘图属性指定笔划的外观。 例如,可以指定笔的样式和颜色。
游标对于与之接触的每个 InkCollector 可以具有不同的绘图属性。 如果未指定光标的绘图属性,它将使用 InkCollector 对象的默认绘图属性。 这些默认属性是使用 InkCollector 对象的 DefaultDrawingAttributes 属性设置的。
对 DrawingAttributes 属性的连续调用仅更改新笔画的绘图属性。 它们不适用于已收集或正在收集的笔划。
注意 此属性的行为与 DefaultDrawingAttributes 属性不同。 尽管 DefaultDrawingAttributes 属性指定应用于新游标的绘图属性,但 DrawingAttributes 属性指定尚未收集的墨迹的绘图属性。
要求
最低受支持的客户端 | Windows XP Tablet PC Edition [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | msinkaut.h |
Library | InkObj.dll |