IUIX_Theme::DrawShape Method

From PDF XChange PDF SDK
Revision as of 07:58, 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 DrawShape([in]                     IUIX_RenderContext*  RenderContext,
                  [in]                     IUIX_ThemeShape*     Shape,
                  [in]                     RECT*                Rect,
                  [in]                     RECT*                ClipRect,
                  [in, defaultvalue(1.0)]  double               Opacity);

Parameters

RenderContext
[in] Pointer to IUIX_RenderContext.
Shape
[in] Pointer to IUIX_ThemeShape.
Rect
[in] Pointer to RECT.
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_Theme