IUIX_CmdItem::Rect Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdItem::Rect Property}} | {{#customTitle:IUIX_CmdItem::Rect Property}} | ||
+ | {{#parentPage:PXV:IUIX_CmdItem#Properties|Rect|property}} | ||
+ | {{ToReview}} | ||
− | Property '''Rect''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns Value of RECT . | + | Property '''Rect''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns Value of RECT containing the rectangle that is relative to the [[PXV:IUIX_CmdItemBox|command item box'es]] rectangle. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval] RECT* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval] RECT* stRect); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdItem|IUIX_CmdItem]] |
Latest revision as of 07:39, 23 March 2016
Property Rect of interface IUIX_CmdItem returns Value of RECT containing the rectangle that is relative to the command item box'es rectangle.
Syntax
HRESULT get_Rect([out, retval] RECT* stRect);