PXC_Point 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_Point Structure}}
 
{{#customTitle:PXC_Point Structure}}
{{#parentPage:PXV:PXC_Structures|PXC_Point Structure|structure}}
+
{{#parentPage:PXV:PXC_Structures|PXC_Point|structure}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 10:37, 23 May 2015


Specifies the x and y coordinates of the point.

Syntax

struct PXC_Point
{
    double x;
    double y;
};

Members

x
Specifies the x coordinate of the point.
y
Specifies the y coordinate of the point.

See Also

IPXC_Document::CreateLinearShade, IPXC_Document::CreateRadialShade, IPXC_Content::GetType3Metrics, IPXC_Content::SetType3Metrics, IPXC_AnnotHandler::GetAnnotRotatePoint, IPXC_AnnotHandler::GetAnnotTipPoint, IPXC_AnnotHandler::RotateAnnot, IPXC_AnnotData_Caret::Position, IPXC_AnnotData_Line::GetLinePoints, IPXC_AnnotData_Line::SetLinePoints, IPXC_AnnotData_Widget::IconOffset, IPXC_MeasureRL::FormatValue, IPXC_MeasureRL::GetOrigin, IPXC_MeasureRL::SetOrigin, IPXV_PagesView::SnapPoint, IPXV_PagesLayoutManager::DevicePointToPagePoint, IPXV_PagesLayoutManager::HitTest, IPXV_PagesLayoutManager::MovePagePointToDevicePoint, IPXV_PagesLayoutManager::PagePointToDevicePoint, IPXV_AnnotHandler::HitTest