UIX_LineEndType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_LineEndType Enumeration}} | {{#customTitle:UIX_LineEndType Enumeration}} | ||
+ | {{#parentPage:PXV:UIX|UIX_LineEndType Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<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; | ||
}; | }; |
Revision as of 06:03, 23 April 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 ...
See Also
See also ...