IUIX_Pen::Width 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_Width([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval] double* Val); |
− | HRESULT put_Width( double | + | HRESULT put_Width( double Val); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Pen|IUIX_Pen]] | [[PXV:IUIX_Pen|IUIX_Pen]] |
Revision as of 06:56, 12 June 2015
Property Width of interface IUIX_Pen returns/sets Value of double ...
Syntax
HRESULT get_Width([out, retval] double* Val); HRESULT put_Width( double Val);