IUIX_Brush::HatchLineWidth 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_Brush::HatchLineWidth Property}}
 
{{#customTitle:IUIX_Brush::HatchLineWidth Property}}
{{#parentPage:PXV:IUIX_Brush#Properties|HatchLineWidth Property|property}}
+
{{#parentPage:PXV:IUIX_Brush#Properties|HatchLineWidth|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== 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 ==
 
[[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