IInkEdit::get_DrawingAttributes 方法 (inked.h)
获取或设置尚未在 InkEdit 控件上绘制的墨迹的绘图属性。
此属性是可读写的。
语法
HRESULT get_DrawingAttributes(
IInkDrawingAttributes **pVal
);
参数
pVal
返回值
无
备注
DrawingAttributes 属性指定 IInkStrokeDisp 对象的外观。 例如,可以指定 InkEdit 控件上绘制的墨迹的宽度和颜色。
对 DrawingAttributes 属性的连续调用仅更改新 IInkStrokeDisp 对象的 DrawingAttributes 属性。 调用不适用于 InkEdit 控件已收集或正在收集的 IInkStrokeDisp 对象。
此属性不同于 IInkStrokeDisp 对象的 DrawingAttributes 属性,后者指定已收集墨迹的属性。 InkEdit 控件的 DrawingAttributes 属性更类似于 InkPicture 对象的 DefaultDrawingAttributes 属性,但对于 DefaultDrawingAttributes 属性,FitToCurve 属性默认设置为 TRUE。
要求
最低受支持的客户端 | Windows XP Tablet PC Edition [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | inked.h |
Library | InkEd.dll |