CustomLineCap::GetWidthScale 方法 (gdiplusheaders.h)

CustomLineCap::GetWidthScale 方法获取刻度宽度的值。 这是相对于用于绘制线条的 Pen 对象的宽度缩放自定义线条上限的量。 默认值 1.0 不会缩放行首。

语法

REAL GetWidthScale();

返回值

类型: REAL

此方法返回宽度缩放因子的值。 它的类型为 REAL

要求

   
最低受支持的客户端 Windows XP、Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 gdiplusheaders.h (包括 Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

另请参阅

CustomLineCap

GraphicsPath

LineCap

Status