PXC_CI_PathPaintOp Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXC_CI_PathPaintOp Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_CI_PathPaintOp|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum PXC_CI_PathPaintOp
 +
{
 +
    POP_None    = 0,
 +
    POP_Stroke  = 1,
 +
    POP_Fill    = 2,
 +
    POP_Close  = 4,
 +
    POP_EvenOdd = 8,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;POP_None
 +
:The ...
 +
;POP_Stroke
 +
:The ...
 +
;POP_Fill
 +
:The ...
 +
;POP_Close
 +
:The ...
 +
;POP_EvenOdd
 +
:The ...

Latest revision as of 01:34, 20 October 2015


Specifies the ...

Syntax

enum PXC_CI_PathPaintOp
{
    POP_None    = 0,
    POP_Stroke  = 1,
    POP_Fill    = 2,
    POP_Close   = 4,
    POP_EvenOdd = 8,
};

Constants

POP_None
The ...
POP_Stroke
The ...
POP_Fill
The ...
POP_Close
The ...
POP_EvenOdd
The ...