PXC_RectF Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_RectF Structure}}
 
{{#customTitle:PXC_RectF Structure}}
{{#parentPage:PXV:PXC_Structures|PXC_RectF Structure|structure}}
+
{{#parentPage:PXV:PXC_Structures|PXC_RectF|structure}}
 
{{ToReview}}
 
{{ToReview}}
  

Latest revision as of 10: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