PXC_CI_PathCommands Enumeration

From PDF XChange PDF SDK
Revision as of 07:00, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 ...