IPXC_ContentCreator::CurveTo Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CurveTo([in] double x0, [in] double y0, [in] double x1, [in] double y1, [in] double x2, [in] double y2);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CurveTo([in] double nX0, [in] double nY0, [in] double nX1, [in] double nY1, [in] double nX2, [in] double nY2);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''x0''
+
;''nX0''
 
:[in]  Value of double.
 
:[in]  Value of double.
;''y0''
+
;''nY0''
 
:[in]  Value of double.
 
:[in]  Value of double.
;''x1''
+
;''nX1''
 
:[in]  Value of double.
 
:[in]  Value of double.
;''y1''
+
;''nY1''
 
:[in]  Value of double.
 
:[in]  Value of double.
;''x2''
+
;''nX2''
 
:[in]  Value of double.
 
:[in]  Value of double.
;''y2''
+
;''nY2''
 
:[in]  Value of double.
 
:[in]  Value of double.
  

Revision as of 23:58, 13 April 2015

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CurveTo([in] double nX0, [in] double nY0, [in] double nX1, [in] double nY1, [in] double nX2, [in] double nY2);

Parameters

nX0
[in] Value of double.
nY0
[in] Value of double.
nX1
[in] Value of double.
nY1
[in] Value of double.
nX2
[in] Value of double.
nY2
[in] Value of double.

Return Value

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

See Also

See also IPXC_ContentCreator.