IUIX_RenderContext::DrawSolidBorder 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::DrawSolidBorder Method}}
 
{{#customTitle:IUIX_RenderContext::DrawSolidBorder Method}}
{{#parentPage:PXV:IUIX_RenderContext#Methods|DrawSolidBorder Method|method}}
+
{{#parentPage:PXV:IUIX_RenderContext#Methods|DrawSolidBorder|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT DrawSolidBorder([in]                    RECT*        pRect,
+
<pre class="brush:cpp;gutter:false">HRESULT DrawSolidBorder([in]                    RECT*        stRect,
 
                         [in]                    LONG          nColor,
 
                         [in]                    LONG          nColor,
 
                         [in]                    LONG          nThickness,
 
                         [in]                    LONG          nThickness,
                         [in]                    RECT*        pClipRect,
+
                         [in]                    RECT*        stClipRect,
 
                         [in, defaultvalue(-1)]  VARIANT_BOOL  bAlphaBlend);</pre>
 
                         [in, defaultvalue(-1)]  VARIANT_BOOL  bAlphaBlend);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pRect
+
;stRect
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;nColor
 
;nColor
Line 22: Line 22:
 
;nThickness
 
;nThickness
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;pClipRect
+
;stClipRect
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;bAlphaBlend
 
;bAlphaBlend

Latest revision as of 04:37, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawSolidBorder([in]                    RECT*         stRect,
                        [in]                    LONG          nColor,
                        [in]                    LONG          nThickness,
                        [in]                    RECT*         stClipRect,
                        [in, defaultvalue(-1)]  VARIANT_BOOL  bAlphaBlend);

Parameters

stRect
[in] Pointer to RECT.
nColor
[in] Value of LONG.
nThickness
[in] Value of LONG.
stClipRect
[in] Pointer to RECT.
bAlphaBlend
[in, defaultvalue(-1)] Value of VARIANT_BOOL.

Return Value

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

See Also

IUIX_RenderContext