GdipCloneRegion

 

 

Description

Makes a copy of this Region  object and returns the address of the new Region  object.

Syntax

GpStatus WINGDIPAPI GdipCloneRegion(

    GpRegion *region,

    GpRegion **cloneRegion

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCloneRegion ( _

    BYVAL region AS DWORD, _

    BYREF cloneRegion AS DWORD _

) AS LONG

Parameters

 

region

[in] Pointer to the Region object.

cloneRegion

[in] Pointer to a variable that receives a pointer to the new Region object.

 

Valid HTML 4.01 Transitional