PXC_RectF Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_RectF Structure}} | {{#customTitle:PXC_RectF Structure}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Structures|PXC_RectF|structure}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the rectangle by the coordinates of its upper-left and lower-right corners. |
== Syntax == | == Syntax == | ||
Line 19: | Line 19: | ||
== Members == | == Members == | ||
;left | ;left | ||
− | : | + | : Specifies the ''x''-coordinate of the upper-left corner of the rectangle. |
;bottom | ;bottom | ||
− | : | + | : Specifies the ''y''-coordinate of the lower-right corner of the rectangle. |
;right | ;right | ||
− | : | + | : Specifies the ''x''-coordinate of the lower-right corner of the rectangle. |
;top | ;top | ||
− | : | + | : Specifies the ''y''-coordinate of the upper-left corner of the rectangle. |
== See Also == | == See Also == | ||
− | + | [[PXV:PXC_TextLineInfo|PXC_TextLineInfo]], [[PXV:PXC_TextParaInfo|PXC_TextParaInfo]], [[PXV:IPXC_PageText_GetTextQuads|IPXC_PageText::GetTextQuads]], [[PXV:IPXC_PageText_CharBBox|IPXC_PageText::CharBBox]], [[PXV:IPXC_TextBlockInfo_BBox|IPXC_TextBlockInfo::BBox]], [[PXV:IPXC_RectsF_Insert|IPXC_RectsF::Insert]], [[PXV:IPXC_RectsF_Item|IPXC_RectsF::Item]], [[PXV:IPXV_Document_InvalidatePageRects|IPXV_Document::InvalidatePageRects]], [[PXV:IPXV_PagesView_InvalidatePageRects|IPXV_PagesView::InvalidatePageRects]], [[PXV:IPXV_InvalidatePagesInfo_GetGroupItem|IPXV_InvalidatePagesInfo::GetGroupItem]], [[PXV:IPXV_InvalidatePagesInfo_InvalidateRect|IPXV_InvalidatePagesInfo::InvalidateRect]] |
Latest revision as of 09:38, 23 May 2015
Specifies the rectangle by the coordinates of its upper-left and lower-right corners.
Syntax
struct PXC_RectF { float left; float bottom; float right; float top; };
Members
- left
- Specifies the x-coordinate of the upper-left corner of the rectangle.
- bottom
- Specifies the y-coordinate of the lower-right corner of the rectangle.
- right
- Specifies the x-coordinate of the lower-right corner of the rectangle.
- top
- Specifies the y-coordinate of the upper-left corner of the rectangle.
See Also
PXC_TextLineInfo, PXC_TextParaInfo, IPXC_PageText::GetTextQuads, IPXC_PageText::CharBBox, IPXC_TextBlockInfo::BBox, IPXC_RectsF::Insert, IPXC_RectsF::Item, IPXV_Document::InvalidatePageRects, IPXV_PagesView::InvalidatePageRects, IPXV_InvalidatePagesInfo::GetGroupItem, IPXV_InvalidatePagesInfo::InvalidateRect