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)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Brush::Stop0 Property}}
 
{{#customTitle:IUIX_Brush::Stop0 Property}}
{{#parentPage:PXV:IUIX_Brush|property}}
+
{{#parentPage:PXV:IUIX_Brush#Properties|Stop0|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: 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 ==
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