GdipGetPenEndCap

 

 

Description

Gets the end cap currently set for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipGetPenEndCap(

    GpPen *pen,

    GpLineCap *endCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPenEndCap ( _

    BYVAL pen AS DWORD, _

    BYREF endCap AS LONG _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

endCap

[out] Pointer to a variable that receives an element of the LineCap enumeration that indicates the end cap for this Pen object.

 

Valid HTML 4.01 Transitional