PXC_Rect Structure
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_Rect Structure}} | {{#customTitle:PXC_Rect Structure}} | ||
− | {{#parentPage:PXV:PXC_Structures|PXC_Rect | + | {{#parentPage:PXV:PXC_Structures|PXC_Rect|structure}} |
{{ToReview}} | {{ToReview}} | ||
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_Rect { double left; double bottom; double right; double 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
IRangeHelper::GetCustomRect, IRangeHelper::SetCustomRect, IRangeHelper::CurrentRect, IPXC_AcroForm::CreateField, IPXC_Document::CreateTilePattern, IPXC_Pages::AddEmptyPages, IPXC_Pages::InsertPage, IPXC_Page::InsertNewAnnot, IPXC_Page::InsertNewAnnotFromDict, IPXC_Page::Box, IPXC_Content::GetType3Metrics, IPXC_Content::SetType3Metrics, IPXC_Content::BBox, IPXC_ContentItem::BBox, IPXC_Font::GetBBox, IPXC_XForm::BBox, IPXC_Annotation::Rect, IPXC_AnnotHandler::GetPrintAppearance, IPXC_AnnotHandler::ScaleAnnot, IPXC_PageText::CharRect, IPXC_Article::InsertBead, IPXC_Article::BeadRect, IPXC_ContentCreator::Arc, IPXC_ContentCreator::Arc2, IPXC_ContentCreator::Chord, IPXC_ContentCreator::Chord2, IPXC_ContentCreator::Pie, IPXC_ContentCreator::Pie2, IPXC_ContentCreator::RoundRectEx, IPXC_ContentCreator::ShowTextBlock, IPXC_DrawTextCallbacks::OnGetNewRect, IPXC_Rects::Insert, IPXC_Rects::Item, IPXC_Pattern::GetBBox, IPXC_Shading::GetBBox, IPXC_AnnotData_FreeText::TextBox, IPXC_AnnotData_Link::BBox, IPXC_AnnotData_Redaction::BBox, IPXC_AnnotData_Stamp::BBox, IPXC_AnnotData_SquareCircle::BBox, IPXC_AnnotData_SquareCircle::RD, IPXC_StampInfo::ArtBox, IPXV_PagesView::GetAnnotRectOnPage, IPXV_PagesLayoutManager::DeviceRectToPageRect, IPXV_PagesLayoutManager::EnsureVisible, IPXV_PagesLayoutManager::IsPageRectVisible, IPXV_PagesLayoutManager::PageRectToDeviceRect, IPXV_PagesRegions::Add2, IPXV_PageRegion::RectOnPage, IPXV_OCRRegions::InsertNew, IPXV_OCRRegion::Rect, IPXV_PageRectSelection::Update, IPXV_PageRectSelection::PageRect