GdipSetCustomLineCapBaseInset

 

 

Description

Sets the base inset value of this custom line cap. This is the distance between the end of a line and the base cap.

Syntax

GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(

    GpCustomLineCap* customCap,

    REAL inset

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetCustomLineCapBaseInset ( _

    BYVAL customCap AS DWORD, _

    BYVAL inset AS SINGLE _

) AS LONG

Parameters

 

customCap

[in] Pointer to a CustomLineCap object.

inset

[in] Single precision value that specifies the distance, in units, from the base cap to the start of the line. If this value is greater than the length of the line, the behavior of this method is undefined.

 

Valid HTML 4.01 Transitional