IUIX_RenderContext::DrawLine2 Method

From PDF XChange PDF SDK
Revision as of 07:57, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawLine2([in]                     tagPOINTF*  Start,
                  [in]                     tagPOINTF*  Stop,
                  [in]                     IUIX_Pen*   Pen,
                  [in]                     RECT*       ClipRect,
                  [in, defaultvalue(1.0)]  double      Opacity);

Parameters

Start
[in] Pointer to tagPOINTF.
Stop
[in] Pointer to tagPOINTF.
Pen
[in] Pointer to IUIX_Pen.
ClipRect
[in] Pointer to RECT.
Opacity
[in, defaultvalue(1.0)] Value of double.

Return Value

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

See Also

IUIX_RenderContext