PXC_CI_PathCommands Enumeration

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:PXC_CI_PathCommands Enumeration}}
 
{{#customTitle:PXC_CI_PathCommands Enumeration}}
Line 40: Line 41:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:13, 20 May 2015


Specifies the ...

Syntax

enum PXC_CI_PathCommands
{
    PCmd_ClosePath = 0,
    PCmd_MoveTo    = 1,
    PCmd_LineTo    = 2,
    PCmd_BezierTo  = 3,
    PCmd_V         = 4,
    PCmd_Y         = 5,
    PCmd_Rect      = 6,
    PCmd_Last      = 7,
};

Constants

PCmd_ClosePath
The ...
PCmd_MoveTo
The ...
PCmd_LineTo
The ...
PCmd_BezierTo
The ...
PCmd_V
The ...
PCmd_Y
The ...
PCmd_Rect
The ...
PCmd_Last
The ...

See Also

...