GdipSetPenDashCap197819

 

 

Description

Sets the dash cap style for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipSetPenDashCap197819(

    GpPen *pen,

    GpDashCap dashCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetPenDashCap197819 ( _

    BYVAL pen AS DWORD, _

    BYVAL dashCap AS LONG _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

dashCap

[in] Element of the DashCap enumeration that specifies the dash cap for this Pen object.

Remarks

If you set the alignment of a Pen object to PenAlignmentInset, you cannot use that pen to draw triangular dash caps.

 

Valid HTML 4.01 Transitional