IUIX_RenderContext::DrawOval Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RenderContext::DrawOval Method}}
 
{{#customTitle:IUIX_RenderContext::DrawOval Method}}
Line 39: Line 40:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_RenderContext|IUIX_RenderContext]].
+
[[PXV:IUIX_RenderContext|IUIX_RenderContext]].

Revision as of 07:56, 20 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawOval([in]                                      RECT*             pRect,
                 [in]                                      IUIX_Brush*       pBrush,
                 [in]                                      IUIX_Pen*         pPen,
                 [in]                                      RECT*             pClipRect,
                 [in, defaultvalue(UIX_DrawOval_Ellipse)]  UIX_DrawOvalMode  nMode,
                 [in, defaultvalue(0.0)]                   double            nStartAndle,
                 [in, defaultvalue(360.0)]                 double            nStopAndle,
                 [in, defaultvalue(1.0)]                   double            nOpacity);

Parameters

pRect
[in] Pointer to RECT.
pBrush
[in] Pointer to IUIX_Brush.
pPen
[in] Pointer to IUIX_Pen.
pClipRect
[in] Pointer to RECT.
nMode
[in, defaultvalue(UIX_DrawOval_Ellipse)] Value of UIX_DrawOvalMode.
nStartAndle
[in, defaultvalue(0.0)] Value of double.
nStopAndle
[in, defaultvalue(360.0)] Value of double.
nOpacity
[in, defaultvalue(1.0)] Value of double.

Return Value

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

See Also

IUIX_RenderContext.