IPXC_XForm::BBox Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_XForm::BBox Property}}
 
{{#customTitle:IPXC_XForm::BBox Property}}
 +
{{#parentPage:PXV:IPXC_XForm#Properties|BBox|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''BBox''' of interface [[PXV:IPXC_XForm|IPXC_XForm]] returns/sets  Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
 
Property '''BBox''' of interface [[PXV:IPXC_XForm|IPXC_XForm]] returns/sets  Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BBox([out, retval] PXC_Rect* pBBox);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BBox([out, retval] PXC_Rect* pBBox);
HRESULT put_BBox([in] PXC_Rect* pBBox);
+
HRESULT put_BBox([in] PXC_Rect* pBBox);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_XForm|IPXC_XForm]].
+
[[PXV:IPXC_XForm|IPXC_XForm]]

Latest revision as of 08:53, 23 May 2015


Property BBox of interface IPXC_XForm returns/sets Pointer to PXC_Rect ...

Syntax

HRESULT get_BBox([out, retval]  PXC_Rect*  pBBox);
HRESULT put_BBox([in]  PXC_Rect*  pBBox);

See Also

IPXC_XForm