IUIX_Theme::DrawClassPartState Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
                           [in]                    IUIX_ThemeClassPartState*  pState,
 
                           [in]                    IUIX_ThemeClassPartState*  pState,
 
                           [in]                    RECT*                      stRect,
 
                           [in]                    RECT*                      stRect,
                           [in]                    RECT*                      pClistRect,
+
                           [in]                    RECT*                      stClipRect,
 
                           [in, defaultvalue(1.0)]  double                    nOpacity);</pre>
 
                           [in, defaultvalue(1.0)]  double                    nOpacity);</pre>
  

Latest revision as of 04:39, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawClassPartState([in]                     IUIX_RenderContext*        pRC,
                           [in]                     IUIX_ThemeClassPartState*  pState,
                           [in]                     RECT*                      stRect,
                           [in]                     RECT*                      stClipRect,
                           [in, defaultvalue(1.0)]  double                     nOpacity);

Parameters

pRC
[in] Pointer to IUIX_RenderContext.
pState
[in] Pointer to IUIX_ThemeClassPartState.
stRect
[in] Pointer to RECT.
stClipRect
[in] Pointer to RECT.
nOpacity
[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