GdipCloneCustomLineCap

 

 

Description

Copies the contents of the existing object into a new CustomLineCap object.

Syntax

GpStatus WINGDIPAPI GdipCloneCustomLineCap(

    GpCustomLineCap* customCap,

    GpCustomLineCap** clonedCap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCloneCustomLineCap ( _

    BYVAL customCap AS DWORD, _

    BYREF clonedCap AS DWORD _

) AS LONG

Parameters

 

customCap

[in] Pointer to a CustomLineCap object.

clonedCap

[out] Pointer to a DWORD variable that receives a pointer to the new CustomLineCap object.

 

 

Valid HTML 4.01 Transitional