IColor::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IColor::CopyFrom Method}}
 
{{#customTitle:IColor::CopyFrom Method}}
{{#parentPage:PXV:IColor|CopyFrom Method|method}}
+
{{#parentPage:PXV:IColor#Methods|CopyFrom|method}}
{{ToWrite}}
+
 
{{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 ==
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