IColor::Clone Method

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pClone
 
;pClone
:[out, retval]  Pointer to [[PXV:IColor|IColor]].
+
:[out, retval]  Pointer to [[PXV:IColor|IColor]] containing the resulting cloned color.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 03:13, 16 March 2017


Copies the color parameters from the given color.

Syntax

HRESULT Clone([out, retval]  IColor**  pClone);

Parameters

pClone
[out, retval] Pointer to IColor containing the resulting cloned color.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IColor