GdipGetPenLineJoin

 

 

Description

Gets the line join style currently set for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipGetPenLineJoin(

    GpPen *pen,

    GpLineJoin *lineJoin

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPenLineJoin ( _

    BYVAL pen AS DWORD, _

    BYREF lineJoin AS LONG _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

lineJoin

[out] Pointer to a variable that receives an element of the LineJoin enumeration that indicates the style used at the point where line segments join.

 

Valid HTML 4.01 Transitional