PXC_CI_PathCommands 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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CI_PathCommands Enumeration}}
 
{{#customTitle:PXC_CI_PathCommands Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:53, 20 April 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

See also ...