|
Description
Sets the
value of the scale width. This is the amount to scale the custom line cap
relative to the width of the Pen used to draw lines. The default value
of 1.0 does not scale the line cap.
Syntax
GpStatus WINGDIPAPI GdipSetCustomLineCapWidthScale(
GpCustomLineCap* customCap,
REAL widthScale
);
PowerBASIC Syntax
DECLARE FUNCTION GdipSetCustomLineCapWidthScale ( _
BYVAL customCap AS DWORD, _
BYVAL widthScale AS SINGLE _
) AS LONG
Parameters
customCap
[in] Pointer
to a CustomLineCap object.
widthScale
[in] Single
precision value that specifies the scaling factor that will be used to scale
the line width.
|