GdipCloneImage

 

 

Description

Creates a new Image object and initializes it with the contents of this Image object.

Syntax

GpStatus WINGDIPAPI GdipCloneImage(

    GpImage *image,

    GpImage **cloneImage

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCloneImage ( _

    BYVAL pImage AS DWORD, _

    BYREF cloneImage AS DWORD _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

cloneImage

[in] Pointer to a variab le that receives a pointer to the new Image object.

 

Valid HTML 4.01 Transitional