Description
Sets the line join for this
Pen
object.
Syntax
GpStatus WINGDIPAPI GdipSetPenLineJoin(
GpPen *pen,
GpLineJoin
lineJoin
);
PowerBASIC Syntax
DECLARE FUNCTION GdipSetPenLineJoin ( _
BYVAL pen AS
DWORD, _
BYVAL lineJoin
AS LONG _
) AS LONG
Parameters
pen
[in] Pointer to the
Pen
object.
lineJoin
[in] Element of the
LineJoin
enumeration that specifies the join style used at the end of a line
segment that meets another line segment.
|