IUIX_Pen::Brush 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_Pen::Brush Property}}
 
{{#customTitle:IUIX_Pen::Brush Property}}
 +
{{#parentPage:PXV:IUIX_Pen#Properties|Brush|property}}
 +
{{ToWrite}}
 +
{{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 ==
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