IUIX_Picture::StrokeWidth Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval] LONG* nWidth); |
− | HRESULT put_StrokeWidth([in] LONG | + | HRESULT put_StrokeWidth([in] LONG nWidth); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Picture|IUIX_Picture]] | [[PXV:IUIX_Picture|IUIX_Picture]] |
Latest revision as of 03:34, 15 June 2015
Property StrokeWidth of interface IUIX_Picture returns/sets Value of LONG ...
Syntax
HRESULT get_StrokeWidth([out, retval] LONG* nWidth); HRESULT put_StrokeWidth([in] LONG nWidth);