GdipGetPenDashCap197819

 

 

Description

Gets the dash cap style currently set for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipGetPenDashCap197819(

    GpPen *pen,

    GpDashCap *dashCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPenDashCap197819 ( _

    BYVAL pen AS DWORD, _

    BYREF dashCap AS LONG _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

dashCap

[out] Pointer to a variable that receives an element of the DashCap enumeration that indicates the dash cap style currently set for this Pen object.

 

Valid HTML 4.01 Transitional