IUIX_Pen::Width Property

From PDF XChange PDF SDK
Jump to: navigation, search
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*  Val);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval]  double*  nVal);
HRESULT put_Width(  double  Val);
+
HRESULT put_Width(  double  nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Pen|IUIX_Pen]]
 
[[PXV:IUIX_Pen|IUIX_Pen]]

Latest revision as of 04:34, 15 June 2015


Property Width of interface IUIX_Pen returns/sets Value of double ...

Syntax

HRESULT get_Width([out, retval]  double*  nVal);
HRESULT put_Width(  double  nVal);

See Also

IUIX_Pen