IColor::Clone Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IColor::Clone Method}}
 
{{#customTitle:IColor::Clone Method}}
 
{{#parentPage:PXV:IColor#Methods|Clone|method}}
 
{{#parentPage:PXV:IColor#Methods|Clone|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Copies the color parameters from the given color.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 03:05, 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.

Return Value

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

See Also

IColor