IUIX_Brush::HatchLineWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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_Brush::HatchLineWidth Property}}
 
{{#customTitle:IUIX_Brush::HatchLineWidth Property}}
 +
{{#parentPage:PXV:IUIX_Brush#Properties|HatchLineWidth|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''HatchLineWidth''' of interface [[PXV:IUIX_Brush|IUIX_Brush]] returns/sets  Value of double ...
 
Property '''HatchLineWidth''' of interface [[PXV:IUIX_Brush|IUIX_Brush]] returns/sets  Value of double ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_HatchLineWidth([out, retval] double* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_HatchLineWidth([out, retval] double* nVal);
HRESULT put_HatchLineWidth([in] double pVal);
+
HRESULT put_HatchLineWidth([in] double nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Brush|IUIX_Brush]].
+
[[PXV:IUIX_Brush|IUIX_Brush]]

Latest revision as of 04:10, 15 June 2015


Property HatchLineWidth of interface IUIX_Brush returns/sets Value of double ...

Syntax

HRESULT get_HatchLineWidth([out, retval]  double*  nVal);
HRESULT put_HatchLineWidth([in]  double  nVal);

See Also

IUIX_Brush