IUIX_RenderContext::DrawRect Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RenderContext::DrawRect Method}}
 
{{#customTitle:IUIX_RenderContext::DrawRect Method}}
{{#parentPage:PXV:IUIX_RenderContext#Methods|DrawRect Method|method}}
+
{{#parentPage:PXV:IUIX_RenderContext#Methods|DrawRect|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT DrawRect([in]                    RECT*        pRect,
+
<pre class="brush:cpp;gutter:false">HRESULT DrawRect([in]                    RECT*        stRect,
 
                 [in]                    IUIX_Brush*  pBrush,
 
                 [in]                    IUIX_Brush*  pBrush,
 
                 [in]                    IUIX_Pen*    pPen,
 
                 [in]                    IUIX_Pen*    pPen,
                 [in]                    RECT*        pClipRect,
+
                 [in]                    RECT*        stClipRect,
 
                 [in, defaultvalue(1.0)]  double      nOpacity);</pre>
 
                 [in, defaultvalue(1.0)]  double      nOpacity);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pRect
+
;stRect
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;pBrush
 
;pBrush
Line 22: Line 22:
 
;pPen
 
;pPen
 
:[in]  Pointer to [[PXV:IUIX_Pen|IUIX_Pen]].
 
:[in]  Pointer to [[PXV:IUIX_Pen|IUIX_Pen]].
;pClipRect
+
;stClipRect
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;nOpacity
 
;nOpacity

Latest revision as of 04:37, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawRect([in]                     RECT*        stRect,
                 [in]                     IUIX_Brush*  pBrush,
                 [in]                     IUIX_Pen*    pPen,
                 [in]                     RECT*        stClipRect,
                 [in, defaultvalue(1.0)]  double       nOpacity);

Parameters

stRect
[in] Pointer to RECT.
pBrush
[in] Pointer to IUIX_Brush.
pPen
[in] Pointer to IUIX_Pen.
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_RenderContext