IXpsRasterizer::SetMinimalLineWidth 方法 (xpsrassvc.h)

方法 SetMinimalLineWidth 允许调用方设置设备可以呈现的线条) 最小粗细 (像素。 如果未 SetMinimalLineWidth 调用 ,则默认的最小厚度值为 1 像素。 此最小厚度值仅适用于 XPS 规范 v1.0, Sec 11.6.12 中定义的标称宽度笔划。 IXpsRasterizer 要求使用其 StrokeThickness 属性指定的宽度光栅化任何标称宽度,或者,如果未调用) ,则SetMinimalLineWidthSetMinimalLineWidth (1 个像素设置的像素值(以较大者为准)。

语法

HRESULT SetMinimalLineWidth(
  [in] INT width
);

参数

[in] width

设备能够呈现的线条) 最小粗细 (像素。 该值应大于 1。

返回值

SetMinimalLineWidth 始终返回S_OK。

注解

Windows 7 及更高版本支持此方法。 在 Windows 7 之前的 Windows 操作系统版本中不支持它。

要求

要求
最低受支持的客户端 适用于 Windows 7 及更高版本的 Windows 操作系统。
目标平台 桌面
标头 xpsrassvc.h

另请参阅

IWICBitmap

IXpsRasterizationFactory::CreateRasterizer

IXpsRasterizer

IXpsRasterizer::RasterizeRect

IXpsRasterizerNotificationCallback