IColor::CopyFrom Method

From PDF XChange PDF SDK
Revision as of 03:16, 16 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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