IColor::Clone Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IColor::Clone Method}} | {{#customTitle:IColor::Clone Method}} | ||
+ | {{#parentPage:PXV:IColor#Methods|Clone|method}} | ||
+ | {{ToReview}} | ||
− | + | Copies the color parameters from the given color. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Clone([out, retval] IColor** | + | <pre class="brush:cpp;gutter:false">HRESULT Clone([out, retval] IColor** pClone);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pClone |
− | :[out, retval] Pointer to [[PXV:IColor|IColor]]. | + | :[out, retval] Pointer to [[PXV:IColor|IColor]] containing the resulting cloned color. |
== Return Value == | == Return Value == | ||
Line 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IColor|IColor]] |
Latest revision as of 02: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.