UIX_ObjPos Structure
From PDF XChange PDF SDK
(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:UIX_ObjPos Structure}} | {{#customTitle:UIX_ObjPos Structure}} | ||
+ | {{#parentPage:PXV:UIX_Structures|UIX_ObjPos|structure}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">struct UIX_ObjPos | <pre class="brush:cpp;gutter:false">struct UIX_ObjPos | ||
{ | { | ||
− | LONG nFlags; | + | LONG nFlags; |
IUIX_Obj* pParent; | IUIX_Obj* pParent; | ||
− | LONG nIndex; | + | LONG nIndex; |
− | RECT* pRect; | + | RECT* pRect; |
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 27: | ||
;pRect | ;pRect | ||
: Pointer to RECT ... | : Pointer to RECT ... | ||
− | |||
− | |||
− |
Latest revision as of 09:43, 23 May 2015
Specifies the ...
Syntax
struct UIX_ObjPos { LONG nFlags; IUIX_Obj* pParent; LONG nIndex; RECT* pRect; };
Members
- nFlags
- Value of LONG ...
- pParent
- Pointer to IUIX_Obj ...
- nIndex
- Value of LONG ...
- pRect
- Pointer to RECT ...