IUIX_Pen::Brush Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Pen::Brush Property}}
 
{{#customTitle:IUIX_Pen::Brush Property}}
{{#parentPage:PXV:IUIX_Pen|Brush Property|property}}
+
{{#parentPage:PXV:IUIX_Pen#Properties|Brush|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Brush''' of interface [[PXV:IUIX_Pen|IUIX_Pen]] returns  Pointer to [[PXV:IUIX_Brush|IUIX_Brush]] ...
+
Property '''pBrush''' of interface [[PXV:IUIX_Pen|IUIX_Pen]] returns  Pointer to [[PXV:IUIX_Brush|IUIX_Brush]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Brush([out, retval]  IUIX_Brush**  ppBrush);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Brush([out, retval]  IUIX_Brush**  pBrush);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Pen|IUIX_Pen]].
+
[[PXV:IUIX_Pen|IUIX_Pen]]

Latest revision as of 04:33, 15 June 2015


Property pBrush of interface IUIX_Pen returns Pointer to IUIX_Brush ...

Syntax

HRESULT get_Brush([out, retval]  IUIX_Brush**  pBrush);

See Also

IUIX_Pen