GdipGetPenCustomStartCap

 

 

Description

Gets the custom start cap currently set for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipGetPenCustomStartCap(

    GpPen *pen,

    GpCustomLineCap** customCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPenCustomStartCap ( _

    BYVAL pen AS DWORD, _

    BYREF customCap AS DWORD _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

customCap

[out] Pointer to a variable that receives a pointer to the start cap of this Pen object.

 

Valid HTML 4.01 Transitional