IIXC_Page::Fill Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IIXC_Page::Fill Method}}
 
{{#customTitle:IIXC_Page::Fill Method}}
 
{{#parentPage:PXV:IIXC_Page|Fill Method|method}}
 
{{#parentPage:PXV:IIXC_Page|Fill Method|method}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method fills a rectangle by using a solid brush and a specified color.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;pRect
 
;pRect
:[in]  Pointer to RECT.
+
:[in]  Pointer to RECT structure which defines the area to be filled.
 
;nColor
 
;nColor
:[in]  Value of ULONG.
+
:[in]  Specifies the color to be used.
 
;nFlags
 
;nFlags
: Value of ULONG.
+
: Combination of flags which specifies how the data will be copied. The following flags can be used enumeration [[PXV:IXC_ColorFlags|IXC_ColorFlags]].
  
 
== Return Value ==
 
== Return Value ==
Line 24: Line 24:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
:[[PXV:IIXC_Page|IIXC_Page]]
 +
:[[PXV:IIXC_Page_Place|IIXC_Page::Place]]
 +
:[[PXV:IIXC_Page_AlphaPlace|IIXC_Page::AlphaPlace]]
 +
:[[PXV:IIXC_Page_Tile|IIXC_Page::Tile]]
 +
:[[PXV:IIXC_Page_AlphaTile|IIXC_Page::AlphaTile]]
 +
:[[PXV:IIXC_Page_Deskew|IIXC_Page::Deskew]]
 +
:[[PXV:IIXC_Page_FreeRotate|IIXC_Page::FreeRotate]]
 +
:[[PXV:IXC_ColorFlags|IXC_ColorFlags]]

Revision as of 05:16, 30 April 2015


The 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 copied. The following flags can be used enumeration IXC_ColorFlags.

Return Value

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

See Also

IIXC_Page
IIXC_Page::Place
IIXC_Page::AlphaPlace
IIXC_Page::Tile
IIXC_Page::AlphaTile
IIXC_Page::Deskew
IIXC_Page::FreeRotate
IXC_ColorFlags