IUIX_Brush::Stop0 Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Stop0([out, retval]  POINT*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Stop0([out, retval]  POINT*  stVal);
HRESULT put_Stop0([in]  POINT*  pVal);
+
HRESULT put_Stop0([in]  POINT*  stVal);
 
</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 Stop0 of interface IUIX_Brush returns/sets Pointer to POINT ...

Syntax

HRESULT get_Stop0([out, retval]  POINT*  stVal);
HRESULT put_Stop0([in]  POINT*  stVal);

See Also

IUIX_Brush