IUIX_Brush::Steps Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Brush::Steps Property}}
 
{{#customTitle:IUIX_Brush::Steps Property}}
{{#parentPage:PXV:IUIX_Brush|Steps Property|property}}
+
{{#parentPage:PXV:IUIX_Brush#Properties|Steps|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Steps([out, retval]  POINT*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Steps([out, retval]  POINT*  stVal);
HRESULT put_Steps([in]  POINT*  pVal);
+
HRESULT put_Steps([in]  POINT*  stVal);
 
</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 Steps of interface IUIX_Brush returns/sets Pointer to POINT ...

Syntax

HRESULT get_Steps([out, retval]  POINT*  stVal);
HRESULT put_Steps([in]  POINT*  stVal);

See Also

IUIX_Brush