IIXC_Page::Fill Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 23: | Line 23: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Page|IIXC_Page]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 03:04, 23 May 2015
The Fill method fills a rectangle by using a solid brush and a specified color.
Syntax
HRESULT Fill([in] RECT* pRect, [in] ULONG nColor, ULONG nFlags);
Parameters
- pRect
- [in] Pointer to RECT structure which defines the area to be filled.
- nColor
- [in] Specifies the color to be used.
- nFlags
- Combination of flags which specifies how the data will be drawn. The IXC_ColorFlags flags can be used.
Return Value
Returns S_OK if operation was successful or error code in other cases.