IUIX_RenderContext::FillSolidRect Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_RenderContext::FillSolidRect Method}} | {{#customTitle:IUIX_RenderContext::FillSolidRect Method}} | ||
+ | {{#parentPage:PXV:IUIX_RenderContext#Methods|FillSolidRect|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT FillSolidRect([in] RECT* | + | <pre class="brush:cpp;gutter:false">HRESULT FillSolidRect([in] RECT* stRect, |
+ | [in] LONG nColor, | ||
+ | [in, defaultvalue(-1)] VARIANT_BOOL bAlphaBlend);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;stRect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
− | ; | + | ;nColor |
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;bAlphaBlend |
:[in, defaultvalue(-1)] Value of VARIANT_BOOL. | :[in, defaultvalue(-1)] Value of VARIANT_BOOL. | ||
Line 19: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_RenderContext|IUIX_RenderContext]] |
Latest revision as of 03:37, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT FillSolidRect([in] RECT* stRect, [in] LONG nColor, [in, defaultvalue(-1)] VARIANT_BOOL bAlphaBlend);
Parameters
- stRect
- [in] Pointer to RECT.
- nColor
- [in] Value of LONG.
- bAlphaBlend
- [in, defaultvalue(-1)] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.