IIXC_Page::Histogramm Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Page::Histogramm Method}}
 
{{#customTitle:IIXC_Page::Histogramm Method}}
{{#parentPage:PXV:IIXC_Page|method}}
+
{{#parentPage:PXV:IIXC_Page|Histogramm Method|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Histogramm([in, out] ULONG* pRed, [in, out] ULONG* pGreen, [in, out] ULONG* pBlue, [in, out] ULONG* pGray, [in] RECT* pRect);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Histogramm([in, out] ULONG* pRed,
 +
                  [in, out] ULONG* pGreen,
 +
                  [in, out] ULONG* pBlue,
 +
                  [in, out] ULONG* pGray,
 +
                  [in]       RECT*   pRect);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pRed''
+
;pRed
 
:[in, out]  Pointer to ULONG.
 
:[in, out]  Pointer to ULONG.
;''pGreen''
+
;pGreen
 
:[in, out]  Pointer to ULONG.
 
:[in, out]  Pointer to ULONG.
;''pBlue''
+
;pBlue
 
:[in, out]  Pointer to ULONG.
 
:[in, out]  Pointer to ULONG.
;''pGray''
+
;pGray
 
:[in, out]  Pointer to ULONG.
 
:[in, out]  Pointer to ULONG.
;''pRect''
+
;pRect
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
  

Revision as of 05:51, 23 April 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Histogramm([in, out]  ULONG*  pRed,
                   [in, out]  ULONG*  pGreen,
                   [in, out]  ULONG*  pBlue,
                   [in, out]  ULONG*  pGray,
                   [in]       RECT*   pRect);

Parameters

pRed
[in, out] Pointer to ULONG.
pGreen
[in, out] Pointer to ULONG.
pBlue
[in, out] Pointer to ULONG.
pGray
[in, out] Pointer to ULONG.
pRect
[in] Pointer to RECT.

Return Value

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

See Also

See also IIXC_Page.