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)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Pen::Width Property}}
 
{{#customTitle:IUIX_Pen::Width Property}}
{{#parentPage:PXV:IUIX_Pen#Properties|Width Property|property}}
+
{{#parentPage:PXV:IUIX_Pen#Properties|Width|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval]  double*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval]  double*  nVal);
HRESULT put_Width(  double  pVal);
+
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