IPXC_GState::LineCap Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GState::LineCap Property}}
 
{{#customTitle:IPXC_GState::LineCap Property}}
 +
{{#parentPage:PXV:IPXC_GState#Properties|LineCap|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''LineCap''' of interface [[PXV:IPXC_GState|IPXC_GState]] returns/sets  Value of [[PXV:PXC_LineCap|PXC_LineCap]] ...
 
Property '''LineCap''' of interface [[PXV:IPXC_GState|IPXC_GState]] returns/sets  Value of [[PXV:PXC_LineCap|PXC_LineCap]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LineCap([out, retval] PXC_LineCap* pLineCap);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LineCap([out, retval] PXC_LineCap* pLineCap);
HRESULT put_LineCap([in] PXC_LineCap pLineCap);
+
HRESULT put_LineCap([in] PXC_LineCap pLineCap);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_GState|IPXC_GState]].
+
[[PXV:IPXC_GState|IPXC_GState]]

Latest revision as of 08:33, 23 May 2015


Property LineCap of interface IPXC_GState returns/sets Value of PXC_LineCap ...

Syntax

HRESULT get_LineCap([out, retval]  PXC_LineCap*  pLineCap);
HRESULT put_LineCap([in]  PXC_LineCap  pLineCap);

See Also

IPXC_GState