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)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CI_PathCommands Enumeration}}
 
{{#customTitle:PXC_CI_PathCommands Enumeration}}
{{#parentPage:PXV:PXC|PXC_CI_PathCommands Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_CI_PathCommands|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 40: Line 41:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_ContentItem_Path_GetData|IPXC_ContentItem::Path_GetData]], [[PXV:IPXC_ContentItem_Path_SetData|IPXC_ContentItem::Path_SetData]]

Latest revision as of 10:35, 23 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

IPXC_ContentItem::Path_GetData, IPXC_ContentItem::Path_SetData