IUIX_RenderContext::DrawRoundRect 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 DrawRoundRect([in]                     RECT*        Rect,
                      [in]                     IUIX_Brush*  Brush,
                      [in]                     IUIX_Pen*    Pen,
                      [in]                     double       r0,
                      [in]                     double       r1,
                      [in]                     double       r2,
                      [in]                     double       r3,
                      [in]                     RECT*        ClipRect,
                      [in, defaultvalue(1.0)]  double       Opacity);

Parameters

Rect
[in] Pointer to RECT.
Brush
[in] Pointer to IUIX_Brush.
Pen
[in] Pointer to IUIX_Pen.
r0
[in] Value of double.
r1
[in] Value of double.
r2
[in] Value of double.
r3
[in] Value of double.
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