PXC_CI_PathCommands Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 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_Enumerations|PXC_CI_PathCommands|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_CI_PathCommands | <pre class="brush:cpp;gutter:false">enum PXC_CI_PathCommands | ||
{ | { | ||
− | PCmd_ClosePath = 0 | + | PCmd_ClosePath = 0, |
− | PCmd_MoveTo = 1 | + | PCmd_MoveTo = 1, |
− | PCmd_LineTo = 2 | + | PCmd_LineTo = 2, |
− | PCmd_BezierTo = 3 | + | PCmd_BezierTo = 3, |
− | PCmd_V = 4 | + | PCmd_V = 4, |
− | PCmd_Y = 5 | + | PCmd_Y = 5, |
− | PCmd_Rect = 6 | + | PCmd_Rect = 6, |
− | PCmd_Last = 7 | + | PCmd_Last = 7, |
}; | }; | ||
</pre> | </pre> | ||
Line 37: | Line 41: | ||
== 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