IUIX_RenderContext::DrawPolyPolygon Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
                         [in]                    IUIX_Brush*          pBrush,
 
                         [in]                    IUIX_Brush*          pBrush,
 
                         [in]                    IUIX_Pen*            pPen,
 
                         [in]                    IUIX_Pen*            pPen,
                         [in]                    RECT*                pClipRect,
+
                         [in]                    RECT*                stClipRect,
 
                         [in, defaultvalue(0.0)]  double                nRoundRadius,
 
                         [in, defaultvalue(0.0)]  double                nRoundRadius,
                         [in, defaultvalue(1.0)]  double                nOpacity);</pre>
+
                         [in, defaultvalue(1.0)]  double                nOpacity,
 +
                        [in, defaultvalue(-1)]  VARIANT_BOOL          bClosed);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 23: Line 24:
 
;pPen
 
;pPen
 
:[in]  Pointer to [[PXV:IUIX_Pen|IUIX_Pen]].
 
:[in]  Pointer to [[PXV:IUIX_Pen|IUIX_Pen]].
;pClipRect
+
;stClipRect
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;nRoundRadius
 
;nRoundRadius
Line 29: Line 30:
 
;nOpacity
 
;nOpacity
 
:[in, defaultvalue(1.0)]  Value of double.
 
:[in, defaultvalue(1.0)]  Value of double.
 +
;bClosed
 +
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 00:38, 12 August 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawPolyPolygon([in]                     IUIX_PolyPolygonSrc*  pPP,
                        [in]                     IUIX_Brush*           pBrush,
                        [in]                     IUIX_Pen*             pPen,
                        [in]                     RECT*                 stClipRect,
                        [in, defaultvalue(0.0)]  double                nRoundRadius,
                        [in, defaultvalue(1.0)]  double                nOpacity,
                        [in, defaultvalue(-1)]   VARIANT_BOOL          bClosed);

Parameters

pPP
[in] Pointer to IUIX_PolyPolygonSrc.
pBrush
[in] Pointer to IUIX_Brush.
pPen
[in] Pointer to IUIX_Pen.
stClipRect
[in] Pointer to RECT.
nRoundRadius
[in, defaultvalue(0.0)] Value of double.
nOpacity
[in, defaultvalue(1.0)] Value of double.
bClosed
[in, defaultvalue(-1)] Value of VARIANT_BOOL.

Return Value

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

See Also

IUIX_RenderContext