Description
Sets the
style of line join for the stroke. The line join specifies how two lines that
intersect within the GraphicsPath object that makes up the custom line
cap are joined.
Syntax
GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin(
GpCustomLineCap* customCap,
GpLineJoin lineJoin
);
PowerBASIC Syntax
DECLARE FUNCTION GdipSetCustomLineCapStrokeJoin ( _
BYVAL customCap AS DWORD, _
BYVAL lineJoin AS LONG _
) AS LONG
Parameters
customCap
[in] Pointer
to a CustomLineCap object.
lineJoin
[in] Element
of the LineJoin enumeration that specifies the line join that will be
used for two lines that are drawn by the same pen and that have overlapping
ends.
|