GdipSetPenCustomEndCap

 

 

Description

Sets the custom end cap for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipSetPenCustomEndCap(

    GpPen *pen,

    GpCustomLineCap* customCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetPenCustomEndCap ( _

    BYVAL pen AS DWORD, _

    BYVAL customCap AS DWORD _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

customCap

[in] Pointer to a CustomLineCap object that specifies the custom end cap for this Pen object.

 

Valid HTML 4.01 Transitional