IUIX_RenderContext::GetUpdateRegion Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_RenderContext::GetUpdateRegion Method}} | {{#customTitle:IUIX_RenderContext::GetUpdateRegion Method}} | ||
Line 24: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_RenderContext|IUIX_RenderContext]]. |
Revision as of 06:56, 20 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetUpdateRegion([out] RECT* pUpdateRects, [in, out] LONG* pUpdateRectsCount, [out, retval] RECT* pUpdateExtent);
Parameters
- pUpdateRects
- [out] Pointer to RECT.
- pUpdateRectsCount
- [in, out] Pointer to LONG.
- pUpdateExtent
- [out, retval] Pointer to RECT.
Return Value
Returns S_OK if operation was successful or error code in other cases.