GdipSetCustomLineCapStrokeCaps

 

 

Description

Sets the LineCap objects used to start and end lines within the GraphicsPath object that defines this CustomLineCap object.

Syntax

GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeCaps(

    GpCustomLineCap* customCap,

    GpLineCap startCap,

    GpLineCap endCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetCustomLineCapStrokeCaps ( _

    BYVAL customCap AS DWORD, _

    BYVAL startCap AS LONG, _

    BYVAL endCap AS LONG _

) AS LONG

Parameters

 

customCap

[in] Pointer to a CustomLineCap object.

startCap

[in] Element of the LineCap enumeration that specifies the line cap that will be used for the start of the line to be drawn.

endCap

[in] Element of the LineCap enumeration that specifies the line cap that will be used for the end of the line to be drawn.

 

Valid HTML 4.01 Transitional