IUIX_Pen::LineJoin Property

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

Latest revision as of 04:33, 15 June 2015


Property LineJoin of interface IUIX_Pen returns/sets Value of UIX_LineJoinType ...

Syntax

HRESULT get_LineJoin([out, retval]  UIX_LineJoinType*  nVal);
HRESULT put_LineJoin([in]  UIX_LineJoinType  nVal);

See Also

IUIX_Pen