UIX_DrawOvalMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_DrawOvalMode Enumeration}}
 
{{#customTitle:UIX_DrawOvalMode Enumeration}}
{{#parentPage:PXV:UIX_Enumerations|UIX_DrawOvalMode Enumeration|enum}}
+
{{#parentPage:PXV:UIX_Enumerations|UIX_DrawOvalMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 32: Line 32:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IUIX_RenderContext_DrawOval|IUIX_RenderContext::DrawOval]]

Latest revision as of 10:42, 23 May 2015


Specifies the ...

Syntax

enum UIX_DrawOvalMode
{
    UIX_DrawOval_Ellipse = 0,
    UIX_DrawOval_Chord   = 1,
    UIX_DrawOval_Arc     = 2,
    UIX_DrawOval_Segment = 3,
    UIX_DrawOval_Pie     = 4,
};

Constants

UIX_DrawOval_Ellipse
The ...
UIX_DrawOval_Chord
The ...
UIX_DrawOval_Arc
The ...
UIX_DrawOval_Segment
The ...
UIX_DrawOval_Pie
The ...

See Also

IUIX_RenderContext::DrawOval