GdipSetPenCustomStartCap

 

 

Description

Sets the custom start cap for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipSetPenCustomStartCap(

    GpPen *pen,

    GpCustomLineCap* customCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetPenCustomStartCap ( _

    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 start cap for this Pen object.

 

Valid HTML 4.01 Transitional