IColor::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IColor::CopyFrom Method}}
 
{{#customTitle:IColor::CopyFrom Method}}
{{ToWrite}}
+
{{#parentPage:PXV:IColor#Methods|CopyFrom|method}}
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Copies the data from the source color to the current color.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pSrc
 
;pSrc
: Pointer to [[PXV:IColor|IColor]].
+
: Pointer to [[PXV:IColor|IColor]] containing the source color.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IColor|IColor]].
+
[[PXV:IColor|IColor]]

Latest revision as of 03:16, 16 March 2017


Copies the data from the source color to the current color.

Syntax

HRESULT CopyFrom(  IColor*  pSrc);

Parameters

pSrc
Pointer to IColor containing the source color.

Return Value

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

See Also

IColor