Description
Creates
a new Brush object based on this brush.
Syntax
GpStatus WINGDIPAPI GdipCloneBrush(
GpBrush *brush,
GpBrush **cloneBrush
);
PowerBASIC Syntax
DECLARE FUNCTION GdipCloneBrush ( _
BYVAL brush AS DWORD, _
BYREF cloneBrush AS DWORD _
) AS LONG
Parameters
brush
[in] Pointer
to the Brush object created with GdipCreateSolidFill, GdipCreateHatchBrush,
GdipCloneBrush or similar function.
cloneBrush
[in] Pointer
to a DWORD variable that recives a pointer to the new Brush object.
|