PXC_LineCap Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_LineCap
 
<pre class="brush:cpp;gutter:false">enum PXC_LineCap
 
{
 
{
     LineCap_Butt  = 0;
+
     LineCap_Butt  = 0,
     LineCap_Round  = 1;
+
     LineCap_Round  = 1,
     LineCap_Square = 2;
+
     LineCap_Square = 2,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:06, 8 May 2015


Specifies the ...

Syntax

enum PXC_LineCap
{
    LineCap_Butt   = 0,
    LineCap_Round  = 1,
    LineCap_Square = 2,
};

Constants

LineCap_Butt
The ...
LineCap_Round
The ...
LineCap_Square
The ...

See Also

See also ...