PXC_Rect Structure

From PDF XChange PDF SDK
Jump to: navigation, search


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, IMathHelper::Matrix_RectToRect, IMathHelper::Quad_To_Rect, IMathHelper::Rect_HasIntersect, IMathHelper::Rect_Intersect, IMathHelper::Rect_IsEqual, IMathHelper::Rect_Normalize, IMathHelper::Rect_PtIn, IMathHelper::Rect_To_Quad, IMathHelper::Rect_Transform, IMathHelper::Rect_Transform2x2, IMathHelper::Rect_Union, IPXC_AcroForm::CreateField, IPXC_Document::CreateNewXForm, IPXC_Document::CreateTilePattern, IPXC_Document::DeferedDigitalPFX, IPXC_Document::DeferedDigitalPFX2, IPXC_Document::DeferedDigitalSign, 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_PageText::CharRect, IPXC_Annotation::Rect, IPXC_AnnotHandler::GetPrintAppearance, IPXC_AnnotHandler::ScaleAnnot, 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::PlaceImageEx, IPXC_ContentCreator::PlaceXFormEx, 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_OCRTask::AnalyzePage, IPXV_OCRRegions::InsertNew, IPXV_OCRRegion::Rect, IPXV_PageRectSelection::Update, IPXV_PageRectSelection::PageRect