GdipSetAdjustableArrowCapFillState

 

 

Description

Sets the fill state of the arrow cap. If the arrow cap is not filled, only the outline is drawn.

Syntax

GpStatus WINGDIPAPI GdipSetAdjustableArrowCapFillState(

    GpAdjustableArrowCap* cap,

    BOOL fillState

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetAdjustableArrowCapFillState _

    BYVAL cap AS DWORD, _

    BYVAL fillState AS LONG _

) AS LONG

Parameters

 

cap

[in] Pointer to the arrow cap object.

fillState

[in] Boolean (TRUE or FALSE) value that specifies whether the arrow cap is filled.

 

Valid HTML 4.01 Transitional