IUIX_Pen::LineJoin Property
From PDF XChange PDF SDK
(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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_LineJoin([out, retval] UIX_LineJoinType* nVal); |
− | HRESULT put_LineJoin([in] UIX_LineJoinType | + | HRESULT put_LineJoin([in] UIX_LineJoinType nVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Pen|IUIX_Pen]] |
Latest revision as of 03: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);