Description
Copies a Pen object.
Syntax
GpStatus WINGDIPAPI GdipClonePen(
GpPen *pen,
GpPen **clonepen
);
PowerBASIC Syntax
DECLARE FUNCTION GdipClonePen ( _
BYVAL pen AS
DWORD, _
BYREF clonepen
AS DWORD _
) AS LONG
Parameters
pen
[in] Pointer to the
Pen
object.
clonepen
[out] Pointer to a variable that receives a
pointer to the new Pen object.
|