UIX_LineEndType 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:UIX_LineEndType Enumeration}} | {{#customTitle:UIX_LineEndType Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_LineEndType|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum UIX_LineEndType | <pre class="brush:cpp;gutter:false">enum UIX_LineEndType | ||
{ | { | ||
− | UIX_LineEnd_Butt = 0 | + | UIX_LineEnd_Butt = 0, |
− | UIX_LineEnd_Round = 1 | + | UIX_LineEnd_Round = 1, |
− | UIX_LineEnd_Square = 2 | + | UIX_LineEnd_Square = 2, |
}; | }; | ||
</pre> | </pre> | ||
Line 22: | Line 26: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Pen_LineEnd|IUIX_Pen::LineEnd]] |
Latest revision as of 09:42, 23 May 2015
Specifies the ...
Syntax
enum UIX_LineEndType { UIX_LineEnd_Butt = 0, UIX_LineEnd_Round = 1, UIX_LineEnd_Square = 2, };
Constants
- UIX_LineEnd_Butt
- The ...
- UIX_LineEnd_Round
- The ...
- UIX_LineEnd_Square
- The ...