IRangeHelper::CurrentRect 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:IRangeHelper::CurrentRect Property}}
 
{{#customTitle:IRangeHelper::CurrentRect Property}}
 +
{{#parentPage:PXV:IRangeHelper#Properties|CurrentRect|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''CurrentRect''' of interface [[PXV:IRangeHelper|IRangeHelper]] returns/sets  Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
 
Property '''CurrentRect''' of interface [[PXV:IRangeHelper|IRangeHelper]] returns/sets  Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CurrentRect([out, retval] PXC_Rect* pRect);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CurrentRect([out, retval] PXC_Rect* stRect);
HRESULT put_CurrentRect([in] PXC_Rect* pRect);
+
HRESULT put_CurrentRect([in] PXC_Rect* stRect);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IRangeHelper|IRangeHelper]].
+
[[PXV:IRangeHelper|IRangeHelper]]

Latest revision as of 04:09, 15 June 2015


Property CurrentRect of interface IRangeHelper returns/sets Pointer to PXC_Rect ...

Syntax

HRESULT get_CurrentRect([out, retval]  PXC_Rect*  stRect);
HRESULT put_CurrentRect([in]  PXC_Rect*  stRect);

See Also

IRangeHelper