IIXC_Page::Place Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:IIXC_Page::Place Method}}
 
{{#customTitle:IIXC_Page::Place Method}}
 
{{#parentPage:PXV:IIXC_Page|Place Method|method}}
 
{{#parentPage:PXV:IIXC_Page|Place Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 24: Line 23:
 
:[in]  Specifies the y-coordinate, in pixels, of the upper-left corner of the source rectangle.
 
:[in]  Specifies the y-coordinate, in pixels, of the upper-left corner of the source rectangle.
 
;nFlags
 
;nFlags
:[in]  Combination of flags which specifies how the data will be copied. The following flags can be used:
+
:[in]  Combination of flags which specifies how the data will be copied. The following flags can be used enum [[PXV:IXC_ColorFlags|IXC_ColorFlags]]
  
  
Line 31: Line 30:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
See also [[PXV:IIXC_Page|IIXC_Page]], [[PXV:IIXC_Page_AlphaPlace|IIXC_Page::AlphaPlace]], [[PXV:IXC_ColorFlags|IXC_ColorFlags]].

Revision as of 08:08, 28 April 2015


Place copies a specified rectangular area from one page into another.

Syntax

HRESULT Place([in]  RECT*       pRect,
              [in]  IIXC_Page*  srcPage,
              [in]  LONG        nSX,
              [in]  LONG        nSY,
              [in]  ULONG       nFlags);

Parameters

pRect
[in] Pointer to RECT structure which defines the destination rectangle.
srcPage
[in] Pointer to IIXC_Page of the destination page on which the copy will be placed.
nSX
[in] Specifies the x-coordinate, in pixels, of the upper-left corner of the source rectangle.
nSY
[in] Specifies the y-coordinate, in pixels, of the upper-left corner of the source rectangle.
nFlags
[in] Combination of flags which specifies how the data will be copied. The following flags can be used enum IXC_ColorFlags


Return Value

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

See Also

See also IIXC_Page, IIXC_Page::AlphaPlace, IXC_ColorFlags.